NurbsBase.PowerToBezierMatrix Method

Computes the inverse of Mp.
Protected Shared Function PowerToBezierMatrix( _ 
ByVal p As Integer, _ 
ByVal M As Double(,) _ 
) As Double(,)
This language is not supported or no code example is available.
protected static double[,] PowerToBezierMatrix( 
int p
double[,] M 
)
This language is not supported or no code example is available.

Parameters

p
int

The degree

M
double[,]

The Mp matrix

Return Value

double[,]

The inverse matrix.

.NET Framework

Supported in: 4.8

In this article

Definition