True Axis Physics SDK 1.2.0.1 Beta Documentation
www.trueaxis.com

TA::AABB Class Reference

#include "TA/Common/AABB.h"


Detailed Description

An axis aligned bounding box.

Undocumented.

Examples:

BallAndSocketJointExample.cpp, CarTemplateExample.cpp, HingeJointExample.cpp, SimplePhysicsSimulationExample.cpp, and SliderJointExample.cpp.


Public Member Functions

 AABB (const Vec3 &v3NewCenter, const Vec3 &v3NewExtent)
void  Initialise (const Vec3 &v3NewCenter, const Vec3 &v3NewExtent)
void  InitialiseToFit2Points (const Vec3 &v3A, const Vec3 &v3B)
void  Clear ()
AABB &  operator+= (const AABB &aabb)
AABB  operator+ (const AABB &aabb) const
AABB  operator * (const MFrame &mFrame) const
AABB  operator * (float fValue) const
bool  Intersects (const AABB &aabb) const
bool  Intersects (const Vec3 &v3Point) const
bool  IsInside (const AABB &aabb) const
void  ExpandToFit (const Vec3 &v3Point)

Data Fields

Vec3  v3Center
Vec3  v3Extent


© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.