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

Method getCollider

testbed/common/Capsule.h:106–108  ·  view source on GitHub ↗

Return the collider

Source from the content-addressed store, hash-verified

104
105// Return the collider
106inline rp3d::Collider* Capsule::getCollider() {
107 return mCollider;
108}
109
110#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected