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


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

    Parameters

    vector
    Source NVector3DF structure.

    Return Value

    A NVector3DF 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