CollisionAABB Class Reference

List of all members.

Public Methods

__forceinline CollisionAABB ()
 Constructor.

__forceinline ~CollisionAABB ()
 Destructor.


Public Attributes

Point mCenter
 Box center.

Point mExtents
 Box extents.


Detailed Description

Contains an AABB dedicated to collision detection. We don't use the generic AABB class included in ICE, since it can be a Min/Max or a Center/Extent one (depends on compilation flags). Since the Center/Extent model is more efficient in collision detection, it was worth using an extra special class.

Author:
Pierre Terdiman
Version:
1.0
Date:
March, 20, 2001


The documentation for this class was generated from the following files:


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