Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of ~archive/CollisionReaction


Ignore:
Timestamp:
Sep 21, 2008, 8:57:19 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ~archive/CollisionReaction

    v3 v4  
    66== Overview ==
    77You can find the whole source in [https://dev.orxonox.net/browser/trunk/src/lib/collision_reaction this directory], the main modules are:
    8  * [https://dev.orxonox.net/browser/trunk/src/lib/collision_reaction/collision_tube.h Collision Tube] - collects all collision informations and stores them
     8 * [https://dev.orxonox.net/browser/trunk/src/lib/collision_reaction/collision_tube.h Collision Tube] - collects all collision information and stores them
    99 * [https://dev.orxonox.net/browser/trunk/src/lib/collision_reaction/collision_event.h Collision Event] - each obb intersecting with an other obb fires such an event, contained in an Collision object
    1010 * [https://dev.orxonox.net/browser/trunk/src/lib/collision_reaction/collision.h Collision] - defined as the event of two objects intersecting, contain !CollisionEvents