Static methods

staticinlineclone(this:Vec4IData):Vec4I

staticcopyFrom(self:Vec4I, source:{z:Int, y:Int, x:Int, w:Int}):Vec4I

staticcopyFrom(source:{z:Int, y:Int, x:Int, w:Int}):Vec4I

Copy from any object with .x .y .z .w fields

staticcopyFromArray(self:Vec4I, array:ArrayAccess<Int>, index:Int):Dynamic

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

staticcopyInto(self:Vec4I, target:{z:Int, y:Int, x:Int}):{z:Int, y:Int, x:Int}

staticcopyInto(target:{z:Int, y:Int, x:Int, w:Int}):{z:Int, y:Int, x:Int, w:Int}

Copy into any object with .x .y .z .w fields

staticcopyIntoArray(self:Vec4I, array:ArrayAccess<Int>, index:Int):Dynamic

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

staticfrom(xyzw:{z:Int, y:Int, x:Int, w:Int}):Vec4I

staticfrom(source:{z:Int, y:Int, x:Int, w:Int}):Vec4I

Create from any object with .x .y .z .w fields

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

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

@:fromstaticinlinefromVec4(value:Vec4):Vec4I

staticinlineset(this:Vec4IData, x:Int, y:Int, z:Int, w:Int):Void

staticinlinetoString(this:Vec4IData):String