xtorcga
Version:
Xtor Compute Geometry Algorithm Libary 计算几何算法库
36 lines (35 loc) • 1.2 kB
TypeScript
export * from "./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 "./math/vector";
export * from "./alg/common";
export * from "./alg/result";
export * from "./alg/extrude";
export * from "./alg/delaunay";
export * from "./render/mesh";
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 "./struct/3d/Frustum";
export * from "./alg/delaunator";
export * from "./alg/voronoi";
export * from "./extends/geometryaid";
export * from "./render/buffer-attribute";
export * from "./render/geometry";
export * from "./render/mesh";