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

TA::AABB::v3Extent
 

Each value in v3Extent specifies the distance from the center to the edge of the bounding box along that axis.

The maximum x, y and z can be found by:

Vec3 v3Max = v3Center + v3Extent;
Likewise, the minimum x, y and z can be found by:
Vec3 v3Min = v3Center - v3Extent;



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