Computer Science 112
The Art & Science of Computer Graphics

Spring 2016, The College of Saint Rose

Lecture 17: Introduction to Programming
Date: Wednesday, March 30, 2016


Agenda

Lecture 17 Assignment

Due at the start of class, Monday, April 4.

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 17 Assignment, Mary Smith). We will discuss these questions at the start of class, so no late submissions are accepted.

Create a Prism using a Bézier profile that looks sort of like a loaf of bread. Here's what I came up with.

Yours does not need to look identical. You will define a polygon with groups of 4 points defining each part of the profile as a cubic Bézier curve. (10 points)

Terminology

Examples