Static variables
Static methods
staticinlineclamp(this:KhaVec4, minLimit:Vec4, maxLimit:Vec4):Vec4
staticinlineclamp(this:KhaVec4, minLimit:Float, maxLimit:Float):Vec4
staticcopyFrom(self:Vec4, source:{z:Float, y:Float, x:Float, w:Float}):Vec4
staticcopyFrom(source:{z:Float, y:Float, x:Float, w:Float}):Vec4
Copy from any object with .x .y .z .w fields
staticcopyFromArray(self:Vec4, array:ArrayAccess<Float>, index:Int):Dynamic
staticcopyFromArray<T>(arrayLike:T, index:Int):T
staticcopyInto(self:Vec4, target:{z:Float, y:Float, x:Float}):{z:Float, y:Float, x:Float}
staticcopyInto(target:{z:Float, y:Float, x:Float, w:Float}):{z:Float, y:Float, x:Float, w:Float}
Copy into any object with .x .y .z .w fields
staticcopyIntoArray(self:Vec4, array:ArrayAccess<Float>, index:Int):Dynamic
staticcopyIntoArray<T>(arrayLike:T, index:Int):T
staticfrom(xyzw:{z:Float, y:Float, x:Float, w:Float}):Vec4
staticfrom(source:{z:Float, y:Float, x:Float, w:Float}):Vec4
Create from any object with .x .y .z .w fields