Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 20, 2005, 5:46:58 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some segfault corrections :)

File:
1 edited

Legend:

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

    r4635 r4660  
    2121
    2222
    23   inline Vector** getAxis () const { return this->axis; }
     23  inline Vector* getAxis () const { return this->axis; }
    2424  inline const float* getHalfLength() const { return this->halfLength; }
    2525
     
    3030
    3131 public:
    32   Vector**         axis;                       //!< Axes of oriented box [x,y,z]
     32  Vector*          axis;                       //!< Axes of oriented box [x,y,z]
    3333  float*           halfLength;                 //!< Half lengths of the box along the axis
    3434  float            covarianceMatrix[3][3];     //!< the covariance matrix
Note: See TracChangeset for help on using the changeset viewer.