BoundingSphere.Intersects methods

Tests the BoundingSphere for intersection with an object.

Overload list

Method Description
BoundingSphere::Intersects (XMVECTOR) Tests the BoundingSphere for intersection with a Plane.
BoundingSphere::Intersects (const BoundingBox&) Tests the BoundingSphere for intersection with a BoundingBox.
BoundingSphere::Intersects (const BoundingSphere&) Tests the BoundingSphere for intersection with a BoundingSphere.
BoundingSphere::Intersects (const BoundingFrustum&) Test the BoundingSphere for intersection with a BoundingFrustum.
BoundingSphere::Intersects (XMVECTOR,XMVECTOR,float&) Tests the BoundingSphere for intersection with a ray.
BoundingSphere::Intersects (XMVECTOR,XMVECTOR,XMVECTOR) Tests the BoundingSphere for intersection with a triangle.
BoundingSphere::Intersects (const BoundingOrientedBox&) Test the BoundingSphere for intersection with a BoundingOrientedBox.

See also

Methods

Reference

BoundingSphere