julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame
138 Bytes
import { LineSegments } from './../objects/LineSegments';
export class AxesHelper extends LineSegments {
constructor(size?: number);
}