NormalizeRef Method (Vector3)
In This Topic
Converts the vector into a unit vector.
Syntax
'Declaration
Public Shared Sub NormalizeRef( _
ByRef As Vector3 _
)
public static void NormalizeRef(
ref Vector3
)
Parameters
- value
- The vector to normalize.
See Also