- BBToBounds
Bounds BBToBounds(cpSweep1D* sweep, cpBB bb)
Undocumented in source. Be warned that the author may not have intended to support it.
- BoundsOverlap
cpBool BoundsOverlap(Bounds a, Bounds b)
Undocumented in source. Be warned that the author may not have intended to support it.
- Klass
cpSpatialIndexClass* Klass()
Undocumented in source. Be warned that the author may not have intended to support it.
- MakeTableCell
TableCell MakeTableCell(cpSweep1D* sweep, void* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- ResizeTable
void ResizeTable(cpSweep1D* sweep, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- TableSort
int TableSort(TableCell* a, TableCell* b)
Undocumented in source. Be warned that the author may not have intended to support it.
- _initModuleCtor_cpSweep1D
void _initModuleCtor_cpSweep1D()
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DAlloc
cpSweep1D* cpSweep1DAlloc()
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DContains
int cpSweep1DContains(cpSweep1D* sweep, void* obj, cpHashValue hashid)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DCount
int cpSweep1DCount(cpSweep1D* sweep)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DDestroy
void cpSweep1DDestroy(cpSweep1D* sweep)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DEach
void cpSweep1DEach(cpSweep1D* sweep, cpSpatialIndexIteratorFunc func, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DInit
cpSpatialIndex* cpSweep1DInit(cpSweep1D* sweep, cpSpatialIndexBBFunc bbfunc, cpSpatialIndex* staticIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DInsert
void cpSweep1DInsert(cpSweep1D* sweep, void* obj, cpHashValue hashid)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DNew
cpSpatialIndex* cpSweep1DNew(cpSpatialIndexBBFunc bbfunc, cpSpatialIndex* staticIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DQuery
void cpSweep1DQuery(cpSweep1D* sweep, void* obj, cpBB bb, cpSpatialIndexQueryFunc func, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DReindex
void cpSweep1DReindex(cpSweep1D* sweep)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DReindexObject
void cpSweep1DReindexObject(cpSweep1D* sweep, void* obj, cpHashValue hashid)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DReindexQuery
void cpSweep1DReindexQuery(cpSweep1D* sweep, cpSpatialIndexQueryFunc func, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DRemove
void cpSweep1DRemove(cpSweep1D* sweep, void* obj, cpHashValue hashid)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSweep1DSegmentQuery
void cpSweep1DSegmentQuery(cpSweep1D* sweep, void* obj, cpVect a, cpVect b, cpFloat t_exit, cpSpatialIndexSegmentQueryFunc func, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.