Vector3i constructor

Vector3i({
  1. int X = 0,
  2. int Y = 0,
  3. int Z = 0,
})

Implementation

Vector3i({this.X = 0, this.Y = 0, this.Z = 0});