UNPKG

@thi.ng/geom-splines

Version:

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

4 lines 208 B
import type { FnU2 } from "@thi.ng/api"; import type { ReadonlyVec, Vec } from "@thi.ng/vectors"; export declare const quadraticFromLine: FnU2<ReadonlyVec, Vec[]>; //# sourceMappingURL=quadratic-line.d.ts.map