UNPKG

three

Version:

JavaScript 3D library

8 lines (4 loc) 141 B
import { LineSegments } from './../objects/LineSegments'; export class AxesHelper extends LineSegments { constructor( size?: number ); }