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

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

Parameters

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