IceAABB.h File Reference


Compounds

class  AABB

Defines

#define AABB_COMMON_METHODS
 Declarations of type-independent methods (implemented in the .cpp). More...


Enumerations

enum  AABBType { AABB_RENDER = 0, AABB_UPDATE = 1 }

Detailed Description

Contains AABB-related code. (axis-aligned bounding box)

Author:
Pierre Terdiman
Date:
January, 13, 2000

Define Documentation

#define AABB_COMMON_METHODS
 

Value:

AABB&   Add(const AABB& aabb);                                                                                  \
    bool    IsInside(const AABB& box)                                                                       const;


Enumeration Type Documentation

enum AABBType
 

Enumeration values:
AABB_RENDER  AABB used for rendering. Not visible == not rendered.
AABB_UPDATE  AABB used for dynamic updates. Not visible == not updated.


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen