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 whether the BoundingBox contains a specified object.
Overload list
| Method | Description |
|---|---|
| BoundingBox::Contains (XMVECTOR) | Tests whether the BoundingBox contains a specified point. |
| BoundingBox::Contains (const BoundingBox&) | Tests whether the BoundingBox contains another BoundingBox. |
| BoundingBox::Contains (const BoundingSphere&) | Tests whether the BoundingBox contains a specified BoundingSphere. |
| BoundingBox::Contains (const BoundingFrustum&) | Tests whether the BoundingBox contains the specified BoundingFrustum. |
| BoundingBox::Contains (XMVECTOR,XMVECTOR,XMVECTOR) | Test whether the BoundingBox contains a specified triangle. |
| BoundingBox::Contains (const BoundingOrientedBox&) | Tests whether the BoundingBox contains the specified BoundingOrientedBox. |
See also
-
Reference