Changeset 8145 in orxonox.OLD for trunk/src/lib/collision_reaction
- Timestamp:
- Jun 5, 2006, 11:49:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_reaction/cr_engine.h
r7927 r8145 51 51 52 52 /** @returns an instance to a collision object. instead of creating new object this ones can be resycled */ 53 inline Collision* getCollisionObject() { /* return the first element of the cache list*/ }53 inline Collision* getCollisionObject() { /* return the first element of the cache list*/ } 54 54 /** @param collision: returns the Collision object back to the cache list */ 55 55 inline void putCollisionObject(Collision* collision) { this->cachedCollisions.push_back(collision); }
Note: See TracChangeset
for help on using the changeset viewer.