@thi.ng/geom-poly-utils
Version:
2D polygon/polyline analysis & processing utilities
12 lines (11 loc) • 354 B
JavaScript
export * from "./area.js";
export * from "./barycentric.js";
export * from "./bounds.js";
export * from "./center-of-weight.js";
export * from "./centroid.js";
export * from "./circumcenter.js";
export * from "./convexity.js";
export * from "./convolve.js";
export * from "./equilateral.js";
export * from "./perimeter.js";
export * from "./tangent.js";