Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2005, 12:21:08 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: compiles again, some smaller changes in the cd engine

File:
1 edited

Legend:

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

    r4557 r4560  
    2222
    2323  inline const Vector* getAxis () const { return this->axis; }
    24   inline const sVect3D* getHalfLength() const { return this->halfLength; }
     24  inline const float* getHalfLength() const { return this->halfLength; }
    2525
    26   virtual tList<sVect3D>* getVertices() const { return this->verticesBuffer; }
     26  virtual sVect3D* getVertices() const { return this->vertices; }
    2727  virtual void mergeWith(const BoundingVolume &bv);
    2828
Note: See TracChangeset for help on using the changeset viewer.