CurveEx(Int32, Double(), Point4D()) Constructor

Public Sub New( _ 
ByVal degree As Integer, _ 
ByVal knotVector As Double(), _ 
ByVal ctrlPoints As Point4D() _ 
)
This language is not supported or no code example is available.
public CurveEx( 
int degree
double[] knotVector
Point4D[] ctrlPoints 
)
This language is not supported or no code example is available.

Parameters

degree
int

knotVector
double[]

ctrlPoints
Point4D[]

.NET Framework

Supported in: 4.8

In this article

Definition