ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector3 Structure / NormalizeRef Method / NormalizeRef(Vector3) Method
The vector to normalize.

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

    Parameters

    value
    The vector to normalize.
    See Also