KnotVectorExtender.BasisFuns Method

Compute the non vanishing basis functions.
Public Shared Function BasisFuns( _ 
ByVal U As Double(), _ 
ByVal i As Integer, _ 
ByVal u As Double, _ 
ByVal p As Integer
) As Double()
This language is not supported or no code example is available.
public static double[] BasisFuns( 
this double[] U
int i
double u
int p 
)
This language is not supported or no code example is available.

Parameters

U
double[]

i
int

The non-zero span of the basis functions

u
double

The parametric value

p
int

The degree

Return Value

double[]

The non-zero basis functions.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition