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