Function VectorMath.Normalize

Normalize (Vector2 v, out float magnitude)

Normalize vector and also return the magnitude.

Public Static
Normalize (Vector3 v, out float magnitude)

Normalize vector and also return the magnitude.

Public Static