Explorar o código

Adding Box3Helper.d.ts

lu wang %!s(int64=6) %!d(string=hai) anos
pai
achega
39e681e090
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/helpers/Box3Helper.d.ts

+ 8 - 0
src/helpers/Box3Helper.d.ts

@@ -0,0 +1,8 @@
+import { Object3D } from './../core/Object3D';
+import { Box3 } from './../math/Box3';
+import { Color } from './../math/Color';
+import { LineSegments } from './../objects/LineSegments';
+
+export class Box3Helper {
+  constructor(object?: Object3D, color?: Color);
+}