= = = A cubic Bezier curve is defined with 4 control points as bo = {0,0}, b1 = {1,0}, b2 = {2, -4}, b3 = {0,-4}. Answer
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
= = = A cubic Bezier curve is defined with 4 control points as bo = {0,0}, b1 = {1,0}, b2 = {2, -4}, b3 = {0,-4}. Answer
questions based on these given information. i. Derive B-spline polynomial representation if the knot vectors are given as {0,1,2,3,4,4,4}. ii. Recommend a set of knot vectors so that the B-Spline interpolates endpoints. iii. State the general formula for B-spline curve with capabilities to re-shape by 'pushing' and 'pulling' at the control points.
= = = A cubic Bezier curve is defined with 4 control points as bo = {0,0}, b1 = {1,0}, b2 = {2, -4}, b3 = {0,-4}. Answer the following