UNPKG

@numericelements/knot-sequence

Version:

A library for generating and manipulating knot sequences for b-spline curves and surfaces

8 lines (6 loc) 304 B
/** * Named constants for knot indices constructor types */ const KNOT_INDEX_INCREASING_SEQUENCE = "KnotIndexIncreasingSequence"; const KNOT_INDEX_STRICTLY_INCREASING_SEQUENCE = "KnotIndexStrictlyIncreasingSequence"; export { KNOT_INDEX_INCREASING_SEQUENCE, KNOT_INDEX_STRICTLY_INCREASING_SEQUENCE };