MCPcopy 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
611void Space::reindexShape( Shape* shape ) {
612 cpSpaceReindexShape( mSpace, shape->getShape() );
613}
614
615void Space::reindexShapesForBody( Body* body ) {
616 cpSpaceReindexShapesForBody( mSpace, body->getBody() );

Callers

nothing calls this directly

Calls 1

getShapeMethod · 0.80

Tested by

no test coverage detected