Return the number of bodies in the island
| 119 | |
| 120 | // Return the number of bodies in the island |
| 121 | RP3D_FORCE_INLINE uint32 Island::getNbBodies() const { |
| 122 | return mNbBodies; |
| 123 | } |
| 124 | |
| 125 | // Return the number of contact manifolds in the island |
| 126 | RP3D_FORCE_INLINE uint32 Island::getNbContactManifolds() const { |
nothing calls this directly
no outgoing calls
no test coverage detected