Vector3:Norm()

Version added: before 9.5

Return value:

Vector3 a normalized copy of the original vector
Returns a normalized copy of the vector. The vector object is unchanged, and normalized copy is returned. The normalized vector will have a length of 1.0.
<< Back to Vector3