You are on page 1of 2

Assignment 5

Due: Monday, August 3, 2015


Submit in eLearning by 10pm

This assignment must be submitted in eLearning by the date and time indicated. No late assignments will be accepted. Submit a single ZIP folder with
Matlab files, Word file or scanned PDF file of handwritten work. Label files
appropriately so they can be easily identified. Show all your work to receive
credit.
1. Determine the isometric projection of a unit cube centered about the
origin using = 45 and = 35.26 . Provide a table of the projected
coordinates (xv , yv ) of all eight vertices in the viewing coordinate system
(VCS). Create a plot in Matlab of the projected cube in the xy-plane of
the VCS making sure to label the coordinate axes and vertices.
2. Determine the orthographic projection of the rotated cube of Assignment 4, Problem 2 on the XZ-plane (TOP view). Provide a table of
the projected coordinates (xv , yv ) of all eight vertices in the viewing coordinate system (VCS). Create a plot in Matlab of the projected cube in
the xy-plane of the VCS making sure to label the coordinate axes and
vertices.
3. Determine the perspective projection of the rotated cube of Assignment
4, Problem 2 where the center of projection (COP) is located on the
z-axis at the point (0, 0, 5). Provide a table of the projected coordinates
(xv , yv ) of all eight vertices in the viewing coordinate system (VCS). Create a plot in Matlab of the projected cube in the xy-plane of the VCS
making sure to label the coordinate axes and vertices.
4. Determine a single 4 4 matrix that transforms a circle centered at the
origin with radius r = 12 to an ellipse centered at the point (2, 1, 0), has
major axis a = 1 and minor axis b = 12 . The major axis of the ellipse is
1

oriented at 45 relative to the X-axis. The circle and ellipse are on the
xy-plane. Show all your work to receive credit.

You might also like