Mount Fuji Engine  0.8b
bool MFCollision_TestAABB ( const MFVector min1,
const MFVector max1,
const MFVector min2,
const MFVector max2 
)

Tests 2 axis aligned bounding boxes for intersection.

Parameters
min1Min position of the first box.
max1Max position of the first box.
min2Min position of the second box.
max2Max position of the second box.
Returns
Returns true if the boxes intersect.