Edit

BoundingFrustum.Intersects methods

Tests the BoundingFrustum for intersection with another object.

Overload list

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

See also

Methods

Reference

BoundingFrustum