UNPKG

three

Version:

JavaScript 3D library

12 lines (9 loc) 293 B
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; }