aabb_overlaps Function

public function aabb_overlaps(this, other) result(res)

Returns true if this overlaps other, false otherwise. Touching does not count as an overlap.

Arguments

Type IntentOptional AttributesName
class(aabb_t), intent(in) :: this

An aabb_t instance.

type(aabb_t), intent(in) :: other

An aabb_t instance.

Return Value logical


Contents

None