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.
| Method | Description |
|---|---|
| Contains |
Tests whether the BoundingFrustum contains a specified object. |
| Intersects |
Tests the BoundingFrustum for intersection with another object. |
| Transform |
Transforms the BoundingFrustum. |
| ContainedBy |
Tests whether the BoundingFrustum is contained by the specified frustum. |
| CreateFromMatrix |
Creates a BoundingFrustum from the specified projection matrix. |
| GetCorners |
Gets the corners making up the BoundingFrustum. |
| GetPlanes |
Gets the planes making up the BoundingFrustum. |
| op_Assignment |
Copies values from another BoundingFrustum. |
Related topics