[This is preliminary documentation and is subject to change.]

Overload List

NameDescription
BoundingBox(XElement)
Initializes a new instance of the BoundingBox class
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.

See Also