GCurve(Int32, Double, Vector3D()) Constructor

Power basis to Bezier constructor.
Public Sub New( _ 
ByVal degree As Integer, _ 
ByVal span As Double, _ 
ByVal b As Vector3D() _ 
)
This language is not supported or no code example is available.
public GCurve( 
int degree
double span
Vector3D[] b 
)
This language is not supported or no code example is available.

Parameters

degree
int

The curve degree

span
double

The segment span

b
Vector3D[]

The power basis coefficients as an array of 3D vectors

.NET Framework

Supported in: 4.7.2

In this article

Definition