UNPKG

@davepagurek/flo-mat

Version:

Medial / Scale Axis Transform (MAT/SAT) Library.

14 lines (9 loc) 220 B
import { PointOnShape } from '../point-on-shape/point-on-shape.js'; /** @internal */ type TXForDebugging = { x: number[]; y: PointOnShape; z: PointOnShape; t: number; } export { TXForDebugging }