Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
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... | |
#define | __ICEAABB_H__ |
#define | AABB_COMMON_METHODS |
Enumerations | |
enum | AABBType { AABB_RENDER = 0, AABB_UPDATE = 1, AABB_FORCE_DWORD = 0x7fffffff } |
Functions | |
inline_ void | ComputeMinMax (const Point &p, Point &min, Point &max) |
inline_ void | ComputeAABB (AABB &aabb, const Point *list, udword nb_pts) |
Contains AABB-related code. (axis-aligned bounding box)
Definition in file IceAABB.h.
#define AABB_COMMON_METHODS |
#define AABB_COMMON_METHODS |
Declarations of type-independent methods (most of them implemented in the .cpp)
enum AABBType |
Definition at line 490 of file IceAABB.h.
References ComputeMinMax(), MAX_FLOAT, MIN_FLOAT, and AABB::SetMinMax().