BoundingBox2D constructor
__init__(self)
Constructs a new instance of BoundingBox2D
def __init__(self):
...
__init__(self, minimum, maximum)
Initialize a finite bounding box with given minimum and maximum corner
def __init__(self, minimum, maximum):
...
| Parameter | Type | Description |
|---|---|---|
| minimum | Vector2 | The minimum corner |
| maximum | Vector2 | The maximum corner |
See Also
- module
aspose.threed.utilities - class
BoundingBox2D