> > |
%META:TOPICINFO{author="JoeWalker" date="1077847003" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="ProjectTwo"}%
For the prototype on 3/2/04, we plan to implement a minimum of a room class, a ball class, and a triangle class. The given tuple class will be utilized to represent vectors for position, velocity, forces. We are tentatively planning to implement three small classes for triangle components: face, edge, and vertex. Each of these will have an appropriate number of vertices to specify their position, and their own collision methods. We plan to have the room class detect collisions, and call the triangle class's collision function, which will in turn call the appropriate collision function (face, edge, vertex).
Current individual assignments are as follows:
face collisions: Joe
edge collisions: Jon
vertex collisions, CVS: Adam
room, ball, triangle header files: Jon, Adam
cleanup wiki, setup for proj2: Joe
All of the above should be done by Tue 3/2/04
-- JoeWalker - 27 Feb 2004 |