@xtor/cga.js
Version:
Xtor Compute Geometry Algorithm Libary 计算几何算法库
30 lines (29 loc) • 971 B
TypeScript
import "./utils/array";
export * from "./math/Vec2";
export * from "./math/Vec3";
export * from "./math/Vec4";
export * from "./math/Mat3";
export * from "./math/Mat4";
export * from "./math/Quat";
export * from "./math/Math";
export * from "./math/Euler";
export * from "./alg/common";
export * from "./alg/result";
export * from "./alg/extrude";
export * from "./alg/delaunay";
export * from "./struct/3d/Box";
export * from "./struct/3d/Capsule";
export * from "./struct/3d/Circle";
export * from "./struct/3d/Disk";
export * from "./struct/3d/Line";
export * from "./struct/3d/Path";
export * from "./struct/3d/Plane";
export * from "./struct/3d/Point";
export * from "./struct/3d/PolyLine";
export * from "./struct/3d/Polygon";
export * from "./struct/3d/Ray";
export * from "./struct/3d/Segment";
export * from "./struct/3d/Triangle";
export * from "./alg/delaunator";
export * from "./alg/voronoi";
export * from "./extends/threeaid";