UNPKG

poly-math-2d

Version:

2D Polygon math: boolean operations, triangulation, graphs, support for holes and non-convex shapes.

5 lines (4 loc) 257 B
export * from './polygon'; export { PolygonMap } from './polygon-map'; export { Point } from './point'; export { cross, segmentsIntersect, polygonIntersectsPolygon, convexUnion, convexDifference, trianglesConvexUnion, trianglesDifference } from './poly2d';