Class VectorUtil
public static class VectorUtil
Expand Details ...
- Inheritance
-
ObjectVectorUtil
Methods
LockAxisX(LunyVector3)
Returns a copy of v with the X component set to zero.
public static LunyVector3 LockAxisX(LunyVector3 v)
Parameters
| Type | Name | Description |
|---|
Returns
LockAxisY(LunyVector3)
Returns a copy of v with the Y component set to zero.
public static LunyVector3 LockAxisY(LunyVector3 v)
Parameters
| Type | Name | Description |
|---|
Returns
LockAxisZ(LunyVector3)
Returns a copy of v with the Z component set to zero.
public static LunyVector3 LockAxisZ(LunyVector3 v)
Parameters
| Type | Name | Description |
|---|