cpSpatialIndexContains

Returns true if the spatial index contains the given object. Most spatial indexes use hashed storage, so you must provide a hash value too.

extern (C) static
cpBool
cpSpatialIndexContains
(
cpSpatialIndex* index
,
void* obj
,
cpHashValue hashid
)

Meta