Static methods

staticinlineclone(this:Vec3IData):Vec3I

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

staticfromArray(array:ArrayAccess<Int>, index:Int):Vec3I

staticfromArray<T>(arrayLike:T, index:Int):T

@:fromstaticinlinefromVec3(value:Vec3):Vec3I

staticinlineset(this:Vec3IData, x:Int, y:Int, z:Int):Void

staticinlinetoString(this:Vec3IData):String