UNPKG

@thi.ng/geom-splines

Version:

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

3 lines 245 B
import type { ReadonlyVec, Vec } from "@thi.ng/vectors"; export declare const quadraticTangentAt: (out: Vec, a: ReadonlyVec, b: ReadonlyVec, c: ReadonlyVec, t: number, len?: number) => Vec<number>; //# sourceMappingURL=quadratic-tangent.d.ts.map