Skip to content

LineCurve3

new LineCurve3(v1?: Vector3, v2?: Vector3)

THREE equivalent: THREE.LineCurve3

3D line segment between two points.

Name Type Description
v1 Vector3 Start point.
v2 Vector3 End point.
Method Description
getPoint(t: number, target?: Vector3): Vector3 Returns the linearly interpolated point at t.