KnotVectorExtender.IsValid (Double(), Int32) Method

Checks knot vector for incorrect multiplicity and monotonicity. The knot vector is considered valid even if it doesn't have p+1 equal knots at the beginning and at the end. (UNclamped curve)
Public Shared Function IsValid( _ 
ByVal U As Double(), _ 
ByVal p As Integer
) As Boolean
This language is not supported or no code example is available.
public static bool IsValid( 
this double[] U
int p 
)
This language is not supported or no code example is available.

Parameters

U
double[]

p
int

Degree

Return Value

bool

True if the knot vector is valid, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition