Return a pointer to the array of contact manifolds
| 134 | |
| 135 | // Return a pointer to the array of contact manifolds |
| 136 | RP3D_FORCE_INLINE ContactManifold** Island::getContactManifolds() { |
| 137 | return mContactManifolds; |
| 138 | } |
| 139 | |
| 140 | } |
| 141 |
nothing calls this directly
no outgoing calls
no test coverage detected