UNPKG

@davepagurek/flo-mat

Version:

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

9 lines (8 loc) 245 B
/** @internal */ import { Loop } from 'flo-boolean'; /** * @internal * Get topmost PointOnShape of the given loop. */ declare function getMinYPos(loop: Loop): import("../point-on-shape/point-on-shape.js").PointOnShape; export { getMinYPos };