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 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
-
Reference