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