UNPKG

geometric-pack

Version:

Geometric pack with lots of available calculations for 2D and 3D geometry

11 lines (10 loc) 492 B
export { Triangle } from "./triangle/triangle"; export { Rectangle } from "./rectangle/rectangle"; export { Square } from "./square/square"; export { Circle } from "./circle/circle"; export { Rhombus } from "./rhombus/rhombus"; export { Polygon } from "./polygon/polygon"; export { Parallelogram } from "./parallelogram/parallelogram"; export { Stadium } from "./stadium/stadium"; export { Distance2d } from "./distance-2d/distance-2d"; export { Annulus } from "./annulus/annulus";