Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector3DD Structure / Normalize Method / Normalize(NVector3DD) Method
Source NVector3DF structure.


In This Topic
    Normalize(NVector3DD) Method
    In This Topic
    Computes the normalized version of a 3-D vector.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Normalize( _
       ByVal vector As NVector3DD _
    ) As NVector3DD
    'Usage
     
    
    Dim vector As NVector3DD
    Dim value As NVector3DD
     
    value = NVector3DD.Normalize(vector)
    public static NVector3DD Normalize( 
       NVector3DD vector
    )

    Parameters

    vector
    Source NVector3DF structure.

    Return Value

    A NVector3DD structure that is the normalized version of the specified vector.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also