Vec3:normalize
EditAdjusts the values in the vector so that its direction stays the same but its length becomes 1.
v = Vec3:normalize()
Arguments
None
Returns
Name | Type | Description |
v | Vec3 | The original vector. |
See also
Vec3:length
Vec3
Adjusts the values in the vector so that its direction stays the same but its length becomes 1.
v = Vec3:normalize()
None
Name | Type | Description |
v | Vec3 | The original vector. |
Vec3:length
Vec3