Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Vector3 Structure / NormalizeRef Method
The vector to normalize.

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

    Parameters

    value
    The vector to normalize.
    See Also