ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector3 Structure / Normalize Method
The vector to normalize.

In This Topic
    Normalize Method (Vector3)
    In This Topic
    Converts the vector into a unit vector.
    Syntax
    'Declaration
     
    Public Shared Function Normalize( _
       ByVal value As Vector3 _
    ) As Vector3
    public static Vector3 Normalize( 
       Vector3 value
    )

    Parameters

    value
    The vector to normalize.

    Return Value

    The normalized vector.
    See Also