Is there a way to determine the control points of a bezier curve that passes through 4 points? The points are (0,0), (1,1), (8,2) and (27,3). From the points we can know the curve is y = (x)^(1/3), but how do we plot in Bezier curves? Also the curves must be C1 continuous. I really appreciate any help. thx in advance