Class VectorUtil
public static class VectorUtil
- Inheritance
-
objectVectorUtil
Methods
LockAxisX(LunyVector3)
Returns a copy of v with the X component set to zero.
public static LunyVector3 LockAxisX(LunyVector3 v)
Parameters
Returns
LockAxisY(LunyVector3)
Returns a copy of v with the Y component set to zero.
public static LunyVector3 LockAxisY(LunyVector3 v)
Parameters
Returns
LockAxisZ(LunyVector3)
Returns a copy of v with the Z component set to zero.
public static LunyVector3 LockAxisZ(LunyVector3 v)