summit/frontend/node_modules/three-stdlib/lines/LineGeometry.d.ts

11 lines
230 B
TypeScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
import { Line } from 'three'
import { LineSegmentsGeometry } from './LineSegmentsGeometry'
export class LineGeometry extends LineSegmentsGeometry {
constructor()
readonly isLineGeometry: true
fromLine(line: Line): this
}