A) For the cubic Bézier segment given by control points (P,Q,R,S) find the point at t=0.666 and its tangent direction using the deCasteljau method. | B) Approximate this curve with C1 continuity using four cubic Bézier segments. | C) Create a G1-continuous, fair, interpolating spline through all the numbered data points (1. . .7), composed of six cubic Bézier segments. |
DISCLAIMER: This is a very minimal introduction to cubic splines;
just enough to actually use them in As#7 and As#8.
[ More on splines in CS 284 and CS 283, CS 285 (These courses can be taken in any order). ]