b3SapAabb.h 289 B

12345678910111213
  1. #ifndef B3_SAP_AABB_H
  2. #define B3_SAP_AABB_H
  3. #include "Bullet3Common/b3Scalar.h"
  4. #include "Bullet3Collision/BroadPhaseCollision/shared/b3Aabb.h"
  5. ///just make sure that the b3Aabb is 16-byte aligned
  6. B3_ATTRIBUTE_ALIGNED16(struct)
  7. b3SapAabb : public b3Aabb{
  8. };
  9. #endif //B3_SAP_AABB_H