Computer Science 112
The Art & Science of Computer Graphics

Spring 2013, The College of Saint Rose

Lecture 7: More Custom Objects
Date: Tuesday, February 5, 2013


Agenda

Lecture Assignment 7

Due at the start of class, Thursday, February 7.

Please submit answers to these questions either as a hard copy (typeset or handwritten are OK) or by email to terescoj AT strose.edu by the start of class. Please use a clear subject line when submitting by email (e.g., CSC 112 Lecture Assignment 7, Joe Student). We will discuss these questions at the start of class, so no late submissions are accepted.

Fill in the following definition. You need not run this in DrScheme or generate an image, but you may do so if you wish. The result is to be a standard (100x100x100) cylinder with a square 10x10 hole aligned along the z-axis, penetrating all the way through the cylinder. (6 points)

(object puncturedCylinder



)

Examples