Given four control points A(4,8), B (7,9), C(8, 1), and D (10, 4) of a Bézier Curve: a. Find the point on the curve when
Posted: Wed Apr 27, 2022 8:12 pm
Given four control points A(4,8), B (7,9), C(8, 1), and D (10, 4) of a Bézier Curve: a. Find the point on the curve when t=0.3. b. Find the tangent to the curve when t=0.4. c. Reproduce this curve finding the control points to be a uniform cubic B-spline.