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