cga.js
Version:
Xtor Compute Geometry Algorithm Libary 计算几何算法库
14 lines (13 loc) • 407 B
text/typescript
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 "@/struct/3d/Line"
export * from "@/struct/3d/Segment"
export * from "@/struct/3d/Ray"
export * from "@/struct/3d/Plane"
export * from "@/struct/3d/Point"