Edit

Share via


BoundingBox.Intersects methods

Tests the BoundingBox for intersection with another object.

Overload list

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

See also

Methods

Reference

BoundingBox