Computer Science 112
The Art & Science of Computer Graphics

Fall 2015, The College of Saint Rose

Lecture 17: Introduction to Programming
Date: Friday, October 30, 2015


Agenda

Lecture 17 Assignment

Due at the start of class, Wednesday, November 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 , Joe Student). 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