Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 26, 2005, 1:37:14 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: a collision is now marked with a white box, not yet fully functional, since there are mission some axis to check

File:
1 edited

Legend:

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

    r4660 r4702  
    2929
    3030
     31
    3132 public:
    3233  Vector*          axis;                       //!< Axes of oriented box [x,y,z]
     
    3435  float            covarianceMatrix[3][3];     //!< the covariance matrix
    3536
     37  bool                bCollided;                  //!< is true if this obb has collided
     38
    3639};
    3740
Note: See TracChangeset for help on using the changeset viewer.