KnotVectorExtender.IsClamped (Double(), Int32, Int32) Method

Checks if the knot vector is clamped.
Public Shared Function IsClamped( _ 
ByVal U As Double(), _ 
ByVal p As Integer, _ 
ByVal n As Integer
) As Boolean
This language is not supported or no code example is available.
public static bool IsClamped( 
this double[] U
int p
int n 
)
This language is not supported or no code example is available.

Parameters

U
double[]

p
int

Degree

n
int

Number of control points

Return Value

bool

True if the know vector is clamped, false otherwise.

Remarks
 
If the first and last p+1 knots are almost equal, we make them equal to the first or last knot.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition