Skip to content

QuadraticBezierCurve3

new QuadraticBezierCurve3(v0?: Vector3, v1?: Vector3, v2?: Vector3)

THREE equivalent: THREE.QuadraticBezierCurve3

3D quadratic Bezier curve with one control point.

Name Type Description
v0 Vector3 Start point.
v1 Vector3 Control point.
v2 Vector3 End point.
Method Description
getPoint(t: number, target?: Vector3): Vector3 Returns the point at parameter t.