b3SapAabb.h 287 B

1234567891011121314
  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) b3SapAabb : public b3Aabb
  7. {
  8. };
  9. #endif //B3_SAP_AABB_H