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