Constructor SplineKnotIndex
SplineKnotIndex(int, int)
Creates a new SplineKnotIndex to reference a knot.
Declaration
public SplineKnotIndex(int spline, int knot)
Parameters
| Type | Name | Description |
|---|---|---|
| int | spline | The spline index. |
| int | knot | The knot index. |