Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector3DD Structure / NVector3DD Constructor / NVector3DD Constructor(NVector3DF)


In This Topic
    NVector3DD Constructor(NVector3DF)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal vec As NVector3DF _
    )
    'Usage
     
    
    Dim vec As NVector3DF
     
    Dim instance As New NVector3DD(vec)
    public NVector3DD( 
       NVector3DF vec
    )

    Parameters

    vec
    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