merge method

merge

Merges the new box into the current bounding box.

def merge(self, pt):
    ...
ParameterTypeDescription
ptVector2The point to merge

merge

Merges the new box into the current bounding box.

def merge(self, bb):
    ...
ParameterTypeDescription
bbBoundingBox2DThe bounding box to merge

See Also