QuadraticBezierCurve3
new QuadraticBezierCurve3(v0?: Vector3, v1?: Vector3, v2?: Vector3)
THREE: THREE.QuadraticBezierCurve3
3D quadratic Bezier curve with one control point.
Properties
| Name | Type | Description |
|---|---|---|
v0 | Vector3 | Start point. |
v1 | Vector3 | Control point. |
v2 | Vector3 | End point. |
Methods
| Method | Description |
|---|---|
getPoint(t: number, target?: Vector3): Vector3 | Returns the point at parameter t. |