MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getBodies

Method getBodies

include/reactphysics3d/engine/Island.h:131–133  ·  view source on GitHub ↗

Return a pointer to the array of bodies

Source from the content-addressed store, hash-verified

129
130// Return a pointer to the array of bodies
131RP3D_FORCE_INLINE RigidBody** Island::getBodies() {
132 return mBodies;
133}
134
135// Return a pointer to the array of contact manifolds
136RP3D_FORCE_INLINE ContactManifold** Island::getContactManifolds() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected