Return a pointer to the array of bodies
| 129 | |
| 130 | // Return a pointer to the array of bodies |
| 131 | RP3D_FORCE_INLINE RigidBody** Island::getBodies() { |
| 132 | return mBodies; |
| 133 | } |
| 134 | |
| 135 | // Return a pointer to the array of contact manifolds |
| 136 | RP3D_FORCE_INLINE ContactManifold** Island::getContactManifolds() { |
nothing calls this directly
no outgoing calls
no test coverage detected