| 91 | PX_FORCE_INLINE PxReal getTorsionalPatchRadius() const { return mCore.getTorsionalPatchRadius(); } |
| 92 | PX_FORCE_INLINE PxReal getMinTorsionalPatchRadius() const { return mCore.getMinTorsionalPatchRadius(); } |
| 93 | PX_FORCE_INLINE PxU32 getFlags() const { return mCore.getFlags(); } |
| 94 | PX_FORCE_INLINE PxReal getContactOffset() const { return mCore.getContactOffset(); } |
| 95 | |
| 96 | PX_FORCE_INLINE RigidSim& getRbSim() const { return static_cast<RigidSim&>(getActor()); } |
no test coverage detected