Changeset 2430 for code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btCollisionShape.h
- Timestamp:
- Dec 13, 2008, 11:45:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btCollisionShape.h
r2192 r2430 20 20 #include "LinearMath/btVector3.h" 21 21 #include "LinearMath/btMatrix3x3.h" 22 #include "LinearMath/btPoint3.h"23 22 #include "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" //for the shape types 24 23 … … 47 46 ///getAngularMotionDisc returns the maximus radius needed for Conservative Advancement to handle time-of-impact with rotations. 48 47 virtual btScalar getAngularMotionDisc() const; 48 49 virtual btScalar getContactBreakingThreshold() const; 49 50 50 51
Note: See TracChangeset
for help on using the changeset viewer.