merge method
merge
Merge current bounding box with given point
def merge(self, pt):
...
| Parameter | Type | Description |
|---|---|---|
| pt | Vector4 |
merge
Merge current bounding box with given point
def merge(self, pt):
...
| Parameter | Type | Description |
|---|---|---|
| pt | Vector3 |
merge
Merges the new box into the current bounding box.
def merge(self, bb):
...
| Parameter | Type | Description |
|---|---|---|
| bb | BoundingBox |
merge
Merge current bounding box with given point
def merge(self, x, y, z):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | |
| y | float | |
| z | float |
See Also
- module
aspose.threed.utilities - class
BoundingBox