UNPKG

three

Version:

JavaScript 3D library

11 lines (7 loc) 282 B
import { LineGeometry } from './LineGeometry'; import { LineSegments2 } from './LineSegments2'; import { LineMaterial } from './LineMaterial'; export class Line2 extends LineSegments2 { constructor( geometry?: LineGeometry, material?: LineMaterial ); readonly isLine2: true; }