[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description |
|---|---|
| BoundingBox(XElement) | Initializes a new instance of the BoundingBox class |
| BoundingBox(BoundingBox) | Creates a copy of the given BoundingBox. |
| BoundingBox(Vector3I, Vector3I) | Constructs a bounding box using two vectors as opposite corners. |
| BoundingBox(Vector3I, Int32, Int32, Int32) | Constructs a bounding box at a given origin, with given dimensions. |
| BoundingBox(Int32, Int32, Int32, Int32, Int32, Int32) | Constructs a bounding box between two given coordinates. |