We want to concatenate two Bezier curves with C2 continuity….
We want to concatenate two Bezier curves with C2 continuity.Compute the x, y positions of “W2” when V0 = [0, 0], V1 = [0, 1], V2 = [2, 1], and V3 = [2,2] and report their sum (=x+y).
Read Details