merge method

merge

Merges the new box into the current bounding box.

def merge(self, pt):
    ...
ParameterTypeDescription
ptVector2

merge

Merges the new box into the current bounding box.

def merge(self, bb):
    ...
ParameterTypeDescription
bbBoundingBox2D

See Also