BoundingFrustum.Contains Method
Checks whether the current BoundingFrustum contains a specified bounding volume.
Overload List
Name | Description |
---|---|
BoundingFrustum.Contains (BoundingBox) | Checks whether the current BoundingFrustum contains the specified BoundingBox. |
BoundingFrustum.Contains (BoundingBox, ContainmentType) | Checks whether the current BoundingFrustum contains the specified BoundingBox. |
BoundingFrustum.Contains (BoundingFrustum) | Checks whether the current BoundingFrustum contains the specified BoundingFrustum. |
BoundingFrustum.Contains (BoundingSphere) | Checks whether the current BoundingFrustum contains the specified BoundingSphere. |
BoundingFrustum.Contains (BoundingSphere, ContainmentType) | Checks whether the current BoundingFrustum contains the specified BoundingSphere. |
BoundingFrustum.Contains (Vector3) | Checks whether the current BoundingFrustum contains the specified point. |
BoundingFrustum.Contains (Vector3, ContainmentType) | Checks whether the current BoundingFrustum contains the specified point. |
See Also
Reference
BoundingFrustum Class
BoundingFrustum Members
Microsoft.Xna.Framework Namespace