Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <OPC_SweepAndPrune.h>
Public Member Functions | |
SweepAndPrune () | |
~SweepAndPrune () | |
bool | Init (udword nb_objects, const AABB **boxes) |
bool | UpdateObject (udword i, const AABB &box) |
void | GetPairs (Pairs &pairs) const |
void | GetPairs (PairCallback callback, void *user_data) const |
Definition at line 65 of file OPC_SweepAndPrune.h.
SweepAndPrune::SweepAndPrune | ( | ) |
SweepAndPrune::~SweepAndPrune | ( | ) |
void SweepAndPrune::GetPairs | ( | Pairs & | pairs) | const |
void SweepAndPrune::GetPairs | ( | PairCallback | callback, |
void * | user_data | ||
) | const |