NormalizeRef(Vector4,Vector4) Method
Converts the vector into a unit vector.
'Declaration
Public Overloads Shared Sub NormalizeRef( _
ByRef As Vector4, _
ByRef As Vector4 _
)
Parameters
- result
- When the method completes, contains the normalized vector.
- value
- The vector to normalize.