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

Method getCollider

testbed/common/ConvexMesh.h:112–114  ·  view source on GitHub ↗

Return the collider

Source from the content-addressed store, hash-verified

110
111// Return the collider
112inline rp3d::Collider* ConvexMesh::getCollider() {
113 return mCollider;
114}
115
116#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected