overlaps_with method

overlaps_with

Check if current bounding box overlaps with specified bounding box.

Returns

def overlaps_with(self, box):
    ...
ParameterTypeDescription
boxBoundingBoxThe other bounding box to test

See Also