Capítulo 340 de 859
A curve representing a 3D Cubic Bezier curve.
Constructor
| Signature |
|---|
new CubicBezierCurve3( v0 : Vector3, v1 : Vector3, v2 : Vector3, v3 : Vector3 ) |
Properties
| Property | Description |
|---|---|
.isCubicBezierCurve3 : boolean (readonly) | This flag can be used for type testing. |
.v0 : Vector3 | The start point. |
.v1 : Vector3 | The first control point. |
.v2 : Vector3 | The second control point. |
.v3 : Vector3 | The end point. |
Methods
| Method | Description |
|---|---|
.getPoint( t : number, optionalTarget : Vector3 ) : Vector3 | Returns a point on the curve. |