Week 4 Tutorial
Remember, you must attempt the tutorial problems before the tutorial.
Question 1
The four control points of a Bezier curve B(t) are (0,0), (0,80), (80,80) and (80,0). What is B(0.5)? Sketch the curve as accurately as you can. Show the tangents to the curve at t=0 and t=1.
If this Bezier is used as the centre line for a road of width 20 as in assigment one, where will the points on the edge of the road corresponding to B(1/2) end up?
Question 2
Show that we can transform (rotate, scale, or translate) a Bezier curve by transforming the control points.
Question 3
is a Bezier curve with control points
. Curve
is a Bezier curve with control points
. What are the conditions on
for the curves to meet with
continuity? (Hint: the curves meet with
continuity if
.)Question 4
De Casteljau’s algorithm calculates:

Show that
is the mid point of the Bezier curve with control points:

Question 5
The basis functions for a uniform B spline are

and the B spline is

(a) Show that the uniform B spline has the convex hull property.
(b) Show that the B spline has
continuity. That is, show:

(c) Show that the B spline has
continuity. That is, show:
