Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ activateShapesTouchingShape
Method
activateShapesTouchingShape
src/modules/physics/src/eepp/physics/space.cpp:273–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
void Space::activateShapesTouchingShape( Shape* shape ) {
274
cpSpaceActivateShapesTouchingShape( mSpace, shape->getShape() );
275
}
276
277
#ifdef PHYSICS_RENDERER_ENABLED
278
static void drawObject( cpShape* shape, cpSpace* space ) {
Callers
nothing calls this directly
Calls
1
getShape
Method · 0.80
Tested by
no test coverage detected