UNPKG

@numericelements/knot-sequence

Version:

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

4 lines 540 B
import { StrictlyIncreasingOpenKnotSequenceClosedCurve } from "../StrictlyIncreasingOpenKnotSequenceClosedCurve"; import { StrictlyIncreasingPeriodicKnotSequenceClosedCurve } from "../StrictlyIncreasingPeriodicKnotSequenceClosedCurve"; export declare function fromStrictlyIncreasingPeriodicToStrictlyIncreasingOpenKnotSequenceCC(strictIncSeq: StrictlyIncreasingPeriodicKnotSequenceClosedCurve): StrictlyIncreasingOpenKnotSequenceClosedCurve; //# sourceMappingURL=fromStrictlyIncreasingPeriodicToStrictlyIncreasingOpenKnotSequenceCC.d.ts.map