NurbsBase.BezierToPowerMatrix Method

Computes Mp efficiently.
Protected Function BezierToPowerMatrix( _ 
ByVal p As Integer
) As Double(,)
This language is not supported or no code example is available.
protected double[,] BezierToPowerMatrix( 
int p 
)
This language is not supported or no code example is available.

Parameters

p
int

The degree

Return Value

double[,]

The Mp matrix.

.NET Framework

Supported in: 4.8

In this article

Definition