LineCurve3
new LineCurve3(v1?: Vector3, v2?: Vector3)
THREE: THREE.LineCurve3
3D line segment between two points.
Properties
| Name | Type | Description |
|---|---|---|
v1 | Vector3 | Start point. |
v2 | Vector3 | End point. |
Methods
| Method | Description |
|---|---|
getPoint(t: number, target?: Vector3): Vector3 | Returns the linearly interpolated point at t. |