Lab 04: Transforming Shapes

September 18, 2012

This lab is really meant to assist with HW04, but due to scheduling, we’re doing it now. Dr. Wong suggests that you branch your HW02 or HW03 (depending on which is more complete) into Lab 04. Concepts In your MVC, the line “import  model…” and “import view…” should only ever appear in the Controller. The […]


Lecture 11 Part 2 & Lecture 12: Transforming how we Paint & Using Superclasses as Service Providers

September 17, 2012

Ambient temperature: 75.1oF Concepts Fishworld uses “Affine Transformations” to make its fish turn to face the correct direction. Everything takes place relative to the origin, and order of operations is important. This is why CS majors must take math courses: Their concepts become freakishly germane in matters of computer graphics. Dr. Wong advises us to […]