Search This Blog

Friday, January 2, 2009

Collision SImulation Lab Instructions

You will write a simulation using code in C, C# or C++ that will simulate a two dimensional collision.

This code will first verify itself solving a 2D collision that is first head on with a motionless target, then a glancing collision with a motionless target. The verification is taken from a photocopy of a worked problem or an example from a text book that will show conclusively that your program is producing comparable results