Intersects
Summary
public bool Intersects(BoundingBox box)
Checks whether the current BoundingFrustum intersects the specified BoundingBox.
Returns
Parameters
- BoundingBox box
Summary
public void Intersects(ref BoundingBox box, out bool result)
Checks whether the current BoundingFrustum intersects a BoundingBox.
Parameters
- BoundingBox box
- bool result
Summary
public bool Intersects(BoundingFrustum frustum)
Checks whether the current BoundingFrustum intersects the specified BoundingFrustum.
Returns
Parameters
- BoundingFrustum frustum
Summary
public PlaneIntersectionType Intersects(Plane plane)
Checks whether the current BoundingFrustum intersects the specified Plane.
Returns
Parameters
- Plane plane
Summary
public void Intersects(ref Plane plane, out PlaneIntersectionType result)
Checks whether the current BoundingFrustum intersects a Plane.
Parameters
- Plane plane
- PlaneIntersectionType result
Summary
public float? Intersects(Ray ray)
Checks whether the current BoundingFrustum intersects the specified Ray.
Returns
Parameters
- Ray ray
Summary
public void Intersects(ref Ray ray, out float? result)
Checks whether the current BoundingFrustum intersects a Ray.
Parameters
Summary
public bool Intersects(BoundingSphere sphere)
Checks whether the current BoundingFrustum intersects the specified BoundingSphere.
Returns
Parameters
- BoundingSphere sphere
Summary
public void Intersects(ref BoundingSphere sphere, out bool result)
Checks whether the current BoundingFrustum intersects a BoundingSphere.
Parameters
- BoundingSphere sphere
- bool result