Share via


BoundingSphere.Intersects Method

Checks whether the current BoundingSphere intersects another bounding volume.

Overload List

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

See Also

Reference

BoundingSphere Structure
BoundingSphere Members
Microsoft.Xna.Framework Namespace