xtorcga
Version:
Xtor Compute Geometry Algorithm Libary 计算几何算法库
44 lines (37 loc) • 1.2 kB
text/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"
//common
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"
//Geometry
export * from "./render/buffer-attribute"
export * from "./render/geometry"
export * from "./render/mesh"