Computer Science 112
The Art & Science of Computer Graphics

Spring 2013, The College of Saint Rose

Lecture 22: Introduction to Animation
Date: Tuesday, April 16, 2013


Agenda

Lecture Assignment 22

Due at the start of class, Thursday, April 18.

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 22, Joe Student). We will discuss these questions at the start of class, so no late submissions are accepted.

  1. Suppose you have defined the names a and b to refer to two points in space, and you wish to find the point that is one fourth of the way along the line from a to b. Show a blend function call that will compute this point's coordinates. (5 points)
  2. What is returned by this Mead statement? (Try to figure it out before typing it into DrScheme - you'll need to be able to do this on an exam.) (3 points)
    (morph 5 '(0 50 -100) '(100 -150 -100))
    

Examples