Go to the source code of this file.
Functions |
FUNCTION OPCODE_API bool | BipartiteBoxPruning (udword nb0, const AABB **array0, udword nb1, const AABB **array1, Pairs &pairs, const Axes &axes) |
FUNCTION OPCODE_API bool | BruteForceBipartiteBoxTest (udword nb0, const AABB **array0, udword nb1, const AABB **array1, Pairs &pairs) |
FUNCTION OPCODE_API bool | BruteForceCompleteBoxTest (udword nb, const AABB **array, Pairs &pairs) |
FUNCTION OPCODE_API bool | CompleteBoxPruning (udword nb, const AABB **array, Pairs &pairs, const Axes &axes) |
Function Documentation