cpSpatialIndexReindexQuery

Simultaneously reindex and find all colliding objects. @c func will be called once for each potentially overlapping pair of objects found. If the spatial index was initialized with a static index, it will collide it's objects against that as well.

extern (C) static
void
cpSpatialIndexReindexQuery
(
cpSpatialIndex* index
,
cpSpatialIndexQueryFunc func
,
void* data
)

Meta