Introduction to Modeling with Graphics
Trajectory Program Fall 2005

  1. Assignment - Make up a variation of the trajectory program examples below
    For example:

  2. Trajectory examples.
    - By varying the initial velocity and initial angle these programs show the path
    of an object towards a target.
    Single buffered programs display the path with no motion,
    Double buffered programs display the path with motion - animation

    You can choose to use one method or the other - you don't have do both kinds of programs.