Returns true if this overlaps other, false otherwise. Touching does not count as an overlap.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(aabb_t), | intent(in) | :: | this | An aabb_t instance. |
||
type(aabb_t), | intent(in) | :: | other | An aabb_t instance. |