| 88 | PX_INLINE PxShape* getPxShape() const { return const_cast<PxShape*>(mCore.getPxShape()); } |
| 89 | |
| 90 | PX_FORCE_INLINE PxReal getRestOffset() const { return mCore.getRestOffset(); } |
| 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(); } |
nothing calls this directly
no test coverage detected