Computes the full quadratic Bézier curve using the control points p0, p1, and p2.
The parameter (0 ≤ t ≤ 1).
The first control point.
The second control point.
The third control point.
The value of the quadratic Bézier curve at the given parameter t.
Computes the full quadratic Bézier curve using the control points p0, p1, and p2.