Changeset 8028 in orxonox.OLD for branches/cr/src/lib/collision_reaction
- Timestamp:
- May 31, 2006, 3:15:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/collision_event.h
r7964 r8028 39 39 WorldEntity* entityB; //!< the collision body B 40 40 41 BoundingVolume* bvA; //!< reference to the bounding volume A42 BoundingVolume* bvB; //!< reference to the bounding volume B41 BoundingVolume* bvA; //!< reference to the bounding volume A 42 BoundingVolume* bvB; //!< reference to the bounding volume B 43 43 }; 44 44
Note: See TracChangeset
for help on using the changeset viewer.