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

Method getContactManifolds

include/reactphysics3d/engine/Island.h:136–138  ·  view source on GitHub ↗

Return a pointer to the array of contact manifolds

Source from the content-addressed store, hash-verified

134
135// Return a pointer to the array of contact manifolds
136RP3D_FORCE_INLINE ContactManifold** Island::getContactManifolds() {
137 return mContactManifolds;
138}
139
140}
141

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected