UNPKG

@three3d/tools

Version:

@three3d/tools 提供了 ThreeJS 常用的工具库

29 lines 863 B
/** * ThreeJS的工具库 * * @remarks * ThreeJS 常用工具、类型等 * * @packageDocumentation */ export * from "./three-bug-patch"; export * from "./vector"; export * from "./math"; export * from "./sphere"; export * from "./gradient"; export * from "./angle"; export * from "./Azimuth"; export * from "./texture"; export * from "./GeometricRelationship/type"; export * from "./GeometricRelationship/line-circle"; export * from "./GeometricRelationship/line-line"; export * from "./GeometricRelationship/line-point"; export * from "./GeometricRelationship/polygon-circle"; export * from "./GeometricRelationship/polygon-point"; export * from "./type"; export * from "./curve/curve"; export * from "./curve/polyline"; export * from "./curve/lineSegmentsGeometry"; export * from "./curve/band"; export * from "./uv"; //# sourceMappingURL=index.d.ts.map