testAabAab
- bool testAabAab(double minXA, double minYA, double minZA, double maxXA, double maxYA, double maxZA, double minXB, double minYB, double minZB, double maxXB, double maxYB, double maxZB)
- bool testAabAab(Vector3d minA, Vector3d maxA, Vector3d minB, Vector3d maxB)
intersection_d
static functionsstatic variables
Test whether the axis-aligned box with minimum corner <code>minA</code> and maximum corner <code>maxA</code> intersects the axis-aligned box with minimum corner <code>minB</code> and maximum corner <code>maxB</code>.
@param minA the minimum corner of the first axis-aligned box @param maxA the maximum corner of the first axis-aligned box @param minB the minimum corner of the second axis-aligned box @param maxB the maximum corner of the second axis-aligned box @return <code>true</code> iff both axis-aligned boxes intersect; <code>false</code> otherwise