BoundingBox Structure Members
The following tables list the members exposed by BoundingBox.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | BoundingBox Constructor | Initializes a new instance of the BoundingBox struct. |
Public Fields
| Name | Description | |
|---|---|---|
![]() | Vec0 | One corner of the bounding box in 3D space |
![]() | Vec1 | Another corner of the bounding box in 3D space |
Public Properties
| Name | Description | |
|---|---|---|
![]() | Center | Computes the center of the bounding box in 3D space |
![]() | Corners | Computes a list of 8 corners of the Bounding box in 3D Space |
![]() | Max | Gets the Maximums of the bounding box, e.g. Max.X is the maximum X value in the bounding box |
![]() | Min | Gets the Minimums of the bounding box, e.g. Min.X is the minimum X value in the bounding box |
Public Methods
| Name | Description | |
|---|---|---|
![]() | Dispose | |
![]() | Equals | Overloaded. Indicates whether this instance and a specified object are equal. |
![]() | GetHashCode | Serves as the default hash function. |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also




