Constructor SelectableKnot
SelectableKnot(SplineInfo, int)
Creates a SelectableKnot from a SplineInfo and a knot index.
Declaration
public SelectableKnot(SplineInfo info, int index)
Parameters
Type | Name | Description |
---|---|---|
SplineInfo | info | The SplineInfo associated with the tangent. |
int | index | The index of the knot. |