KnotVectorExtender.FindSpan Method

Determines the knot span index.
Public Shared Function FindSpan( _ 
ByVal U As Double(), _ 
ByVal n As Integer, _ 
ByVal p As Integer, _ 
ByVal u As Double
) As Integer
This language is not supported or no code example is available.
public static int FindSpan( 
this double[] U
int n
int p
double u 
)
This language is not supported or no code example is available.

Parameters

U
double[]

n
int

Number of control points

p
int

Degree

u
double

Parametric value

Return Value

int

The knot span index.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition