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

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

    Parameters

    value
    The vector to normalize.
    See Also