ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector4 Structure / NormalizeRef Method / NormalizeRef(Vector4,Vector4) Method
When the method completes, contains the normalized vector.
The vector to normalize.

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

    Parameters

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