UNPKG

three

Version:

JavaScript 3D library

14 lines (8 loc) 288 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; }