ComponentOne Bitmap for UWP
NormalizeRef(Vector3,Vector3) Method

C1.UWP.DX 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.
Converts the vector into a unit vector.
Syntax
'Declaration
 
Public Overloads Shared Sub NormalizeRef( _
   ByRef result As Vector3, _
   ByRef value As Vector3 _
) 
public static void NormalizeRef( 
   out Vector3 result,
   ref Vector3 value
)

Parameters

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

Reference

Vector3 Structure
Vector3 Members
Overload List