cpSpatialIndexEach

Iterate the objects in the spatial index. @c func will be called once for each object.

extern (C) static
void
cpSpatialIndexEach
(
cpSpatialIndex* index
,
cpSpatialIndexIteratorFunc func
,
void* data
)

Meta