BoundingFrustum Members

The following tables list the members exposed by the BoundingFrustum type.

Public Constructors

Name Description
Public Method BoundingFrustum Creates a new instance of BoundingFrustum.

Public Fields

Name Description
Public Field CornerCount Specifies the total number of corners (8) in the BoundingFrustum.

Public Properties

Name Description
Public Property Bottom Gets the bottom plane of the BoundingFrustum.
Public Property Far Gets the far plane of the BoundingFrustum.
Public Property Left Gets the left plane of the BoundingFrustum.
Public Property Matrix Gets or sets the Matrix that describes this bounding frustum.
Public Property Near Gets the near plane of the BoundingFrustum.
Public Property Right Gets the right plane of the BoundingFrustum.
Public Property Top Gets the top plane of the BoundingFrustum.

Public Methods

Name Description
Public Method Contains Overloaded. Checks whether the current BoundingFrustum contains a specified bounding volume.
Public Method Equals Overloaded. Determines whether two instances of BoundingFrustum are equal.
Public Method GetCorners Overloaded. Gets an array of points that make up the corners of the BoundingFrustum.
Public Method GetHashCode Gets the hash code for this instance.
Public Method GetType (Inherited from Object.)
Public Method Intersects Overloaded. Checks whether the current BoundingFrustum intersects a specified volume.
Public Method Static op_Equality Determines whether two instances of BoundingFrustum are equal.
Public Method Static op_Inequality Determines whether two instances of BoundingFrustum are not equal.
Public Method ToString Returns a String that represents the current BoundingFrustum.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

BoundingFrustum Class
Microsoft.Xna.Framework Namespace