30 INLINE
bool BulletShape::
31 is_polyhedral()
const {
33 return ptr()->isPolyhedral();
41 INLINE
bool BulletShape::
44 return ptr()->isConvex();
52 INLINE
bool BulletShape::
53 is_convex_2d()
const {
55 return ptr()->isConvex2d();
63 INLINE
bool BulletShape::
66 return ptr()->isConcave();
74 INLINE
bool BulletShape::
77 return ptr()->isInfinite();
85 INLINE
bool BulletShape::
86 is_non_moving()
const {
88 return ptr()->isNonMoving();
96 INLINE
bool BulletShape::
97 is_soft_body()
const {
99 return ptr()->isSoftBody();