aabb_includes Function

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

Returns true if this includes other, false otherwise. Inclusion is considered in a strict sense.

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