Returns true if the given AABB intersects this OBB.
bool intersectsAABB(AABB aabb ) { return intersectsOBB( _obb.fromAABB( aabb ) ); }