UNPKG

three

Version:

JavaScript 3D library

12 lines (8 loc) 285 B
import { Plane } from './../math/Plane'; import { LineSegments } from './../objects/LineSegments'; export class PlaneHelper extends LineSegments { constructor(plane: Plane, size?: number, hex?: number); plane: Plane; size: number; updateMatrixWorld(force: boolean): void; }