BoundingBox Members
The following tables list the members exposed by the BoundingBox type.
Public Constructors
Name | Description | |
---|---|---|
BoundingBox | Creates an instance of BoundingBox. |
Public Fields
Name | Description | |
---|---|---|
CornerCount | Specifies the total number of corners (8) in the BoundingBox. | |
Max | The maximum point the BoundingBox contains. | |
Min | The minimum point the BoundingBox contains. |
Public Methods
Name | Description | |
---|---|---|
Contains | Overloaded. Tests whether the BoundingBox overlaps another bounding volume. | |
CreateFromPoints | Creates the smallest BoundingBox that will contain a group of points. | |
CreateFromSphere | Overloaded. Creates the smallest BoundingBox that will contain the specified BoundingSphere. | |
CreateMerged | Overloaded. Creates the smallest BoundingBox that contains the two specified BoundingBox instances. | |
Equals | Overloaded. Determines whether two instances of BoundingBox are equal. | |
GetCorners | Overloaded. Gets an array of points that make up the corners of the BoundingBox. | |
GetHashCode | Gets the hash code for this instance. | |
GetType | (Inherited from Object.) | |
Intersects | Overloaded. Checks whether the current BoundingBox intersects with another bounding volume. | |
op_Equality | Determines whether two instances of BoundingBox are equal. | |
op_Inequality | Determines whether two instances of BoundingBox are not equal. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Returns a String that represents the current BoundingBox. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |