The BoundingBox type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BoundingBox | Overloaded. |
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. |
Properties
Name | Description | |
---|---|---|
![]() | CoordinateSystem | Gets or sets the coordinate system determining the orientation of the
bounding box in space. |
![]() | Height | Gets or sets the height of the bounding box. |
![]() | Length | Gets or sets the length of the bounding box. |
![]() | Width | Gets or sets the width of the bounding box. |