UNPKG

three

Version:

JavaScript 3D library

15 lines (9 loc) 250 B
import { Line } from '../../../src/Three'; import { LineSegmentsGeometry } from './LineSegmentsGeometry'; export class LineGeometry extends LineSegmentsGeometry { constructor(); readonly isLineGeometry: true; fromLine( line: Line ): this; }