Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ reindexShape
Method
reindexShape
src/modules/physics/src/eepp/physics/space.cpp:611–613 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
609
}
610
611
void Space::reindexShape( Shape* shape ) {
612
cpSpaceReindexShape( mSpace, shape->getShape() );
613
}
614
615
void Space::reindexShapesForBody( Body* body ) {
616
cpSpaceReindexShapesForBody( mSpace, body->getBody() );
Callers
nothing calls this directly
Calls
1
getShape
Method · 0.80
Tested by
no test coverage detected