Lua/Shared/Vector3/Functions/Normalize
From JC2-MP Documentation
Returns | none |
---|---|
Prototype | Vector3:Normalize() |
Description | Normalizes the vector in place. |
Additional Notes
- This method does not yield a new vector, use Vector3:Normalized() instead.