C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Vector4 Structure / NormalizeRef Method / NormalizeRef(Vector4,Vector4) Method
When the method completes, contains the normalized vector.
The vector to normalize.

In This Topic
NormalizeRef(Vector4,Vector4) Method
In This Topic
Converts the vector into a unit vector.
Syntax
'Declaration
 
Public Overloads Shared Sub NormalizeRef( _
   ByRef result As Vector4, _
   ByRef value As Vector4 _
) 
 

Parameters

result
When the method completes, contains the normalized vector.
value
The vector to normalize.
See Also