Static methods
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