UNPKG

@davepagurek/flo-mat

Version:

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

11 lines (10 loc) 294 B
import { Loop } from 'flo-boolean'; import { PointOnShape } from '../point-on-shape/point-on-shape.js'; /** @internal */ declare const getShapeBounds: (a: Loop[]) => { minX: PointOnShape; minY: PointOnShape; maxX: PointOnShape; maxY: PointOnShape; }; export { getShapeBounds };