Changeset 4541 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/obb.cc
- Timestamp:
- Jun 7, 2005, 5:47:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb.cc
r4531 r4541 17 17 18 18 #include "obb.h" 19 #include "list.h" 19 20 20 21 using namespace std; … … 40 41 41 42 42 sVect3D* OBB::getVertices() const43 void OBB::createBV() const 43 44 {} 44 45
Note: See TracChangeset
for help on using the changeset viewer.