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

Method getNbBodies

include/reactphysics3d/engine/Island.h:121–123  ·  view source on GitHub ↗

Return the number of bodies in the island

Source from the content-addressed store, hash-verified

119
120// Return the number of bodies in the island
121RP3D_FORCE_INLINE uint32 Island::getNbBodies() const {
122 return mNbBodies;
123}
124
125// Return the number of contact manifolds in the island
126RP3D_FORCE_INLINE uint32 Island::getNbContactManifolds() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected