UNPKG

geometric-pack

Version:

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

12 lines (11 loc) 519 B
export { Cone } from "./cone/cone"; export { Cylinder } from "./cylinder/cylinder"; export { Sphere } from "./sphere/sphere"; export { Cube } from "./cube/cube"; export { ConicalFrustum } from "./conical-frustum/conical-frustum"; export { Capsule } from "./capsule/capsule"; export { Hemisphere } from "./hemisphere/hemisphere"; export { Pyramid } from "./pyramid/pyramid"; export { Cuboid } from "./cuboid/cuboid"; export { Distance3d } from "./distance-3d/distance-3d"; export { Tube } from "./tube/tube";