Nevron .NET Vision
Nevron.GraphicsCore.Nurbs Namespace / NNurbsCurve Class / NNurbsCurve Constructor


In This Topic
    NNurbsCurve Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal degree As System.Integer, _
       ByVal knots() As System.Double, _
       ByVal controlPoints() As NVector4DD _
    )
    'Usage
     
    
    Dim degree As System.Integer
    Dim knots() As System.Double
    Dim controlPoints() As NVector4DD
     
    Dim instance As New NNurbsCurve(degree, knots, controlPoints)
    public NNurbsCurve( 
       System.int degree,
       System.double[] knots,
       NVector4DD[] controlPoints
    )

    Parameters

    degree
    knots
    controlPoints
    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