Static methods
staticcopyFrom(self:Vec3I, source:{z:Int, y:Int, x:Int}):Vec3I
staticcopyFrom(source:{z:Int, y:Int, x:Int}):Vec3I
Copy from any object with .x .y .z fields
staticcopyFromArray(self:Vec3I, array:ArrayAccess<Int>, index:Int):Dynamic
staticcopyFromArray<T>(arrayLike:T, index:Int):T
staticcopyInto(self:Vec3I, target:{z:Int, y:Int, x:Int}):{z:Int, y:Int, x:Int}
staticcopyInto(target:{z:Int, y:Int, x:Int}):{z:Int, y:Int, x:Int}
Copy into any object with .x .y .z fields
staticcopyIntoArray(self:Vec3I, array:ArrayAccess<Int>, index:Int):Dynamic
staticcopyIntoArray<T>(arrayLike:T, index:Int):T
staticfrom(xyz:{z:Int, y:Int, x:Int}):Vec3I
staticfrom(source:{z:Int, y:Int, x:Int}):Vec3I
Create from any object with .x .y .z fields