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