Returns true if the given AABB intersects the internal bounding volume of this cell.
bool intersects(AABB aabb ) { return this.aabb.intersectsAABB( aabb ); }