Spaces:
Running
Running
File size: 293 Bytes
6cd9596 |
1 2 3 4 5 6 7 8 9 10 11 12 |
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);
type: string;
box: Box3;
}
|