BoundingSphere Members
The following tables list the members exposed by the BoundingSphere type.
Public Constructors
Name | Description | |
---|---|---|
BoundingSphere | Creates a new instance of BoundingSphere. |
Public Fields
Name | Description | |
---|---|---|
Center | The center point of the sphere. | |
Radius | The radius of the sphere. |
Public Methods
Name | Description | |
---|---|---|
Contains | Overloaded. Checks whether the current BoundingSphere contains a specified bounding volume. | |
CreateFromBoundingBox | Overloaded. Creates the smallest BoundingSphere that can contain a specified BoundingBox. | |
CreateFromFrustum | Creates the smallest BoundingSphere that can contain a specified BoundingFrustum. | |
CreateFromPoints | Creates a BoundingSphere that can contain a specified list of points. | |
CreateMerged | Overloaded. Creates a BoundingSphere that contains the two specified BoundingSphere instances. | |
Equals | Overloaded. Determines whether two instances of BoundingSphere are equal. | |
GetHashCode | Gets the hash code for this instance. | |
GetType | (Inherited from Object.) | |
Intersects | Overloaded. Checks whether the current BoundingSphere intersects another bounding volume. | |
op_Equality | Determines whether two instances of BoundingSphere are equal. | |
op_Inequality | Determines whether two instances of BoundingSphere are not equal. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Returns a String that represents the current BoundingSphere. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |