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