merge method
merge
Merges the new box into the current bounding box.
def merge(self, pt):
...
Parameter | Type | Description |
---|---|---|
pt | Vector2 | The point to merge |
merge
Merges the new box into the current bounding box.
def merge(self, bb):
...
Parameter | Type | Description |
---|---|---|
bb | BoundingBox2D | The bounding box to merge |
See Also
- module
aspose.threed.utilities
- class
BoundingBox2D