cpSpatialIndexQuery

Perform a rectangle query against the spatial index, calling @c func for each potential match.

extern (C) static
void
cpSpatialIndexQuery
(
cpSpatialIndex* index
,
void* obj
,
cpBB bb
,
cpSpatialIndexQueryFunc func
,
void* data
)

Meta