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