BoundingBox2D constructor
init
Constructs a new instance of BoundingBox2D
def __init__(self):
...
init
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