merge method

merge

Merge current bounding box with given point

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

merge

Merge current bounding box with given point

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

merge

Merges the new box into the current bounding box.

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

merge

Merge current bounding box with given point

def merge(self, x, y, z):
    ...
ParameterTypeDescription
xfloat
yfloat
zfloat

See Also