web3d / node_modules /three /src /helpers /PlaneHelper.d.ts
julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame
285 Bytes
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;
}