Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
-
Reference