UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

11 lines (7 loc) 230 B
import { Line } from 'three' import { LineSegmentsGeometry } from './LineSegmentsGeometry' export class LineGeometry extends LineSegmentsGeometry { constructor() readonly isLineGeometry: true fromLine(line: Line): this }