MCPcopy 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
273void Space::activateShapesTouchingShape( Shape* shape ) {
274 cpSpaceActivateShapesTouchingShape( mSpace, shape->getShape() );
275}
276
277#ifdef PHYSICS_RENDERER_ENABLED
278static void drawObject( cpShape* shape, cpSpace* space ) {

Callers

nothing calls this directly

Calls 1

getShapeMethod · 0.80

Tested by

no test coverage detected