UNPKG

@numericelements/knot-sequence

Version:

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

6 lines 609 B
import { increasingKnotSequenceExtractionInterface } from "./increasingKnotSequenceExtractionInterface"; export interface strictlyIncreasingKnotSequenceExtractionInterface extends increasingKnotSequenceExtractionInterface { multiplicities: number[]; } export declare function testFunctionForCoveragePurposesOnly_strictlyIncreasingKnotSequenceExtractionInterface(maxMultiplicityOrder: number, indexLeft: number, indexRight: number, knots: number[], multiplicities: number[]): strictlyIncreasingKnotSequenceExtractionInterface; //# sourceMappingURL=strictlyIncreasingKnotSequenceExtractionInterface.d.ts.map