UtilSphereIntersectsFrustum Method |
| Name | Description | |
|---|---|---|
| SphereIntersectsFrustum(Plane, BSphere) |
Check to see if the supplied frustum defined by a set of planes intersects
with the supplied sphere/>.
The frustum planes are usually Near, Far, Left, Right, Top, Bottom but Far can be ommitted in certain cases (selection to infinity). | |
| SphereIntersectsFrustum(Plane, Vector3, Double) |
Check to see if the supplied frustum defined by a set of planes intersects
with the supplied sphere centered at sphereCenter with a given sphereRadius.
The frustum planes are usually Near, Far, Left, Right, Top, Bottom but Far can be ommitted in certain cases (selection to infinity). |