UNPKG

@thi.ng/geom-splines

Version:

nD cubic & quadratic curve analysis, conversion, interpolation, splitting

4 lines 206 B
import type { FnU4 } from "@thi.ng/api"; import type { ReadonlyVec, VecPair } from "@thi.ng/vectors"; export declare const cubicBounds: FnU4<ReadonlyVec, VecPair>; //# sourceMappingURL=cubic-bounds.d.ts.map