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

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

Parameters

U
double[]

p
int

Degree

n
int

Number of control points

start
bool

Outputs start clamped status

end
bool

Outputs end clamped status

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