Share via


BoundingFrustum.Intersects Method

Checks whether the current BoundingFrustum intersects a specified volume.

Overload List

Name Description
BoundingFrustum.Intersects (BoundingBox) Checks whether the current BoundingFrustum intersects the specified BoundingBox.
BoundingFrustum.Intersects (BoundingBox, Boolean) Checks whether the current BoundingFrustum intersects a BoundingBox.
BoundingFrustum.Intersects (BoundingFrustum) Checks whether the current BoundingFrustum intersects the specified BoundingFrustum.
BoundingFrustum.Intersects (BoundingSphere) Checks whether the current BoundingFrustum intersects the specified BoundingSphere.
BoundingFrustum.Intersects (BoundingSphere, Boolean) Checks whether the current BoundingFrustum intersects a BoundingSphere.
BoundingFrustum.Intersects (Plane) Checks whether the current BoundingFrustum intersects the specified Plane.
BoundingFrustum.Intersects (Plane, PlaneIntersectionType) Checks whether the current BoundingFrustum intersects a Plane.
BoundingFrustum.Intersects (Ray) Checks whether the current BoundingFrustum intersects the specified Ray.
BoundingFrustum.Intersects (Ray, Nullable<Single>) Checks whether the current BoundingFrustum intersects a Ray.

See Also

Reference

BoundingFrustum Class
BoundingFrustum Members
Microsoft.Xna.Framework Namespace