NurbsBase.UniformKnotVector Method

Constructs a uniform clamped knot vector. v[j+1]-v[j] is equal for all inners nodes.
Public Shared Function UniformKnotVector( _ 
ByVal p As Integer, _ 
ByVal n As Integer
) As Double()
This language is not supported or no code example is available.
public static double[] UniformKnotVector( 
int p
int n 
)
This language is not supported or no code example is available.

Parameters

p
int

Degree

n
int

Number of control points

Return Value

double[]

The resulting knot vector.

.NET Framework

Supported in: 4.8

In this article

Definition