Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector3DD Structure / Normalize Method / Normalize(Double) Method


In This Topic
    Normalize(Double) Method
    In This Topic
    Normalizes this vector (makes its length equal to the specified length)
    Syntax
    'Declaration
     
    
    Public Overloads Sub Normalize( _
       ByVal fUnitLength As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NVector3DD
    Dim fUnitLength As System.Double
     
    instance.Normalize(fUnitLength)
    public void Normalize( 
       System.double fUnitLength
    )

    Parameters

    fUnitLength
    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