Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielChappuis/reactphysics3d
/ getCollider
Method
getCollider
testbed/common/ConcaveMesh.h:102–104 ·
view source on GitHub ↗
Return the collider
Source
from the content-addressed store, hash-verified
100
101
// Return the collider
102
inline rp3d::Collider* ConcaveMesh::getCollider() {
103
return mCollider;
104
}
105
106
#endif
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected