The BoundingBox type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)
Volume
Computes the volume of the bounding box.

See Also