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/bv_tree.h

    r4528 r4531  
    1212// FORWARD DEFINITION
    1313class BoundingVolume;
    14 
     14class sVec3D;
    1515
    1616//! A class that represents a bounding volume tree
     
    3232  virtual void drawBVBlended(int currentDepth, const int depth) const;
    3333
     34 protected:
     35  sVec3D* vertices;
     36
    3437 private:
    3538  BoundingVolume* firstElement;
Note: See TracChangeset for help on using the changeset viewer.