The BoundingBox type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Extents | The extents (side lengths) of the bounding box in a sorted array, starting with the longest side. | |
| FitsInto | Tests if a bounding box fits into another bounding box. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSurface | Computes a list of triangles forming the surface of the bounding box. | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetVertices | Computes the eight corner vertices of the bounding box in space. | |
| ToString | (Inherited from Object.) | |
| Volume | Computes the volume of the bounding box. |