Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2005, 10:40:18 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: new feature in vector class, now can overtake values of a sVec3D, spawn tree alg, fast-math library, thats not used anymore :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/obb_tree_node.h

    r4543 r4544  
    1212// FORWARD DEFINITION
    1313class BoundingVolume;
    14 class sVec3D;
    1514
    1615//! A class that represents a bounding volume tree
     
    2221  virtual ~OBBTreeNode();
    2322
    24   virtual void spawnBVTree(const int depth, const sVec3D *verticesList, const int length);
     23  virtual void spawnBVTree(const int depth, sVec3D *verticesList, const int length);
    2524
    2625  BoundingVolume* getBV(int index) const { return this->bvElement; }
Note: See TracChangeset for help on using the changeset viewer.