Graphics B-Exam Spring 1996

    1. Explain the difference between a model (object) space algorithm and an image space algorithm.
    2. Describe in detail one object space hidden surface algorithm.
    3. Describe in detail one image space hidden surface algorithm.

  1. Prove that reversing the order of the control points of a Bezier curve generates the same curve but with opposite orientation. In other words if B[P0,...,Pn](t) denotes the degree n Bezier curve with control points P0,...,Pn, prove that

    B[Pn,...,P0](t) = B[P0,...,Pn](1-t).

  2. Let S be a plane defined by a point Q and a unit normal vector n.
    1. Find a formula to express the mirror image P' of a point P in the plane S. Your formula for P' should be expressed in terms of the points P,Q and the unit vector n (see diagram).
    2. Find a matrix representation of the mirror image transformation developed in part (a) in terms of the coordinates of Q and n.


    1. Find an iterated function system (IFS) that generates the fractal in the figure below.
    2. What is the fractal dimention of the black part of the figure?
    3. What percentage of the area of the outer square is contained in all the white squares?



[UP] [CSGSA]