normalize
Rescale the Quaternion to the unit length
Returns a unit-length copy of v.
Return
v / length(v)
Parameters
v
the vector to normalize
Returns a unit-length copy of v as a Half3.
Return
v / length(v)
Parameters
v
the vector to normalize
Returns a unit-length copy of v as a Half4.
Return
v / length(v)
Parameters
v
the vector to normalize