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