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