Click or drag to resize

UtilSphereIntersectsFrustum Method

Overload List
  NameDescription
Public methodStatic memberSphereIntersectsFrustum(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).

Public methodStatic memberSphereIntersectsFrustum(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).

Top
See Also