Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2005, 9:22:30 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some more function skeletons implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/obb.cc

    r4511 r4531  
    3838  // delete what has to be deleted here
    3939}
     40
     41
     42sVect3D* OBB::getVertices() const
     43{}
     44
     45
     46void OBB::mergeWith(const BoundingVolume &bv)
     47{}
     48
     49
     50void OBB::drawBV(int currentDepth, const int depth) const
     51{}
     52
     53
     54void OBB::drawBVPolygon(int currentDepth, const int depth) const
     55{}
     56
     57
     58void OBB::drawBVBlended(int currentDepth, const int depth) const
     59{}
Note: See TracChangeset for help on using the changeset viewer.