Changes between Version 3 and Version 4 of ~archive/CollisionReaction
- Timestamp:
- Sep 21, 2008, 8:57:19 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
~archive/CollisionReaction
v3 v4 6 6 == Overview == 7 7 You 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 information sand stores them8 * [https://dev.orxonox.net/browser/trunk/src/lib/collision_reaction/collision_tube.h Collision Tube] - collects all collision information and stores them 9 9 * [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 10 10 * [https://dev.orxonox.net/browser/trunk/src/lib/collision_reaction/collision.h Collision] - defined as the event of two objects intersecting, contain !CollisionEvents