KnotVectorExtender.FindSpanMult (Double(), ref Double, Int32, Double, out Int32, out Int32) Method

Given a double u in the inteval [u_k, u_k+1), finds the index k and the multiplicity s
Public Shared Sub FindSpanMult( _ 
ByVal U As Double(), _ 
ByRef u As Double, _ 
ByVal p As Integer, _ 
ByVal minKnotDist As Double, _ 
ByRef k As Integer, _ 
ByRef s As Integer
)
This language is not supported or no code example is available.
public static void FindSpanMult( 
this double[] U
ref double u
int p
double minKnotDist
out int k
out int s 
)
This language is not supported or no code example is available.

Parameters

U
double[]

u
double

The knot to observe

p
int

The degree

minKnotDist
double

Minumum Knot distance: if u is closer to a knot than minKnotdist, then u becomes equal to that knot

k
int

The knot index

s
int

The knot multiplicity

Remarks
 
The highest multiplicity detected is p+1.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition