Home
last modified time | relevance | path

Searched refs:spaceEachShapeIterator (Results 1 – 1 of 1) sorted by relevance

/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/src/
H A DcpSpace.c623 spaceEachShapeIterator(cpShape *shape, spaceShapeContext *context) in spaceEachShapeIterator() function
633 …cpSpatialIndexEach(space->dynamicShapes, (cpSpatialIndexIteratorFunc)spaceEachShapeIterator, &cont… in cpSpaceEachShape()
634 …cpSpatialIndexEach(space->staticShapes, (cpSpatialIndexIteratorFunc)spaceEachShapeIterator, &conte… in cpSpaceEachShape()