Go to the source code of this file.
Classes | |
class | AABB |
Macros | |
#define | AABB_COMMON_METHODS |
Declarations of type-independent methods (most of them implemented in the .cpp) More... | |
Enumerations | |
enum | AABBType { AABB_RENDER = 0, AABB_UPDATE = 1, AABB_FORCE_DWORD = 0x7fffffff } |
Functions | |
inline_ void | ComputeAABB (AABB &aabb, const Point *list, udword nb_pts) |
inline_ void | ComputeMinMax (const Point &p, Point &min, Point &max) |
Contains AABB-related code. (axis-aligned bounding box)
Definition in file IceAABB.h.
#define AABB_COMMON_METHODS |
Declarations of type-independent methods (most of them implemented in the .cpp)
enum AABBType |