cpSpatialIndexInsert

Add an object to a spatial index. Most spatial indexes use hashed storage, so you must provide a hash value too.

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

Meta