Capítulo 354 de 859
A curve representing a 3D line segment.
Constructor
| Signature |
|---|
new LineCurve3( v1 : Vector3, v2 : Vector3 ) |
Properties
| Property | Description |
|---|---|
.isLineCurve3 : boolean (readonly) | This flag can be used for type testing. |
.v1 : Vector3 | The start point. |
.v2 : Vector2 | The end point. |
Methods
| Method | Description |
|---|---|
.getPoint( t : number, optionalTarget : Vector3 ) : Vector3 | Returns a point on the line. |