'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