Go to the source code of this file.
Classes | |
class | SAP_PairData |
class | SweepAndPrune |
Typedefs | |
typedef BOOL(* | PairCallback) (udword id0, udword id1, void *user_data) |
Contains an implementation of the sweep-and-prune algorithm (moved from Z-Collide)
Definition in file OPC_SweepAndPrune.h.
User-callback, called by OPCODE for each colliding pairs.
id0 | [in] id of colliding object |
id1 | [in] id of colliding object |
user_data | [in] user-defined data |
Definition at line 32 of file OPC_SweepAndPrune.h.