QuadraticBezierCurve3

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

3D quadratic Bezier curve with one control point.

Properties

NameTypeDescription
v0

Vector3

Start point.

v1

Vector3

Control point.

v2

Vector3

End point.

Methods

MethodDescription
getPoint(t: number, target?: Vector3): Vector3

Returns the point at parameter t.