Normalizes a 3D vertex vector so that its length becomes 1. If the input vector has zero length, returns a zero vector.
The input 3D vertex to normalize.
The normalized 3D vertex.
Normalizes a 3D vertex vector so that its length becomes 1. If the input vector has zero length, returns a zero vector.