Intersects
Summary
public bool Intersects(BoundingBoxD box)
Checks whether the current BoundingFrustumD intersects the specified BoundingBoxD.
Returns
Parameters
- BoundingBoxD box
Summary
public void Intersects(ref BoundingBoxD box, out bool result)
Checks whether the current BoundingFrustumD intersects a BoundingBoxD.
Parameters
- BoundingBoxD box
- bool result
Summary
public bool Intersects(BoundingFrustumD frustum)
Checks whether the current BoundingFrustumD intersects the specified BoundingFrustumD.
Returns
Parameters
- BoundingFrustumD frustum
Summary
public PlaneIntersectionType Intersects(PlaneD plane)
Checks whether the current BoundingFrustumD intersects the specified Plane.
Returns
Parameters
- PlaneD plane
Summary
public void Intersects(ref PlaneD plane, out PlaneIntersectionType result)
Checks whether the current BoundingFrustumD intersects a Plane.
Parameters
- PlaneD plane
- PlaneIntersectionType result
Summary
public double? Intersects(RayD ray)
Checks whether the current BoundingFrustumD intersects the specified Ray.
Returns
Parameters
- RayD ray
Summary
public void Intersects(ref RayD ray, out double? result)
Checks whether the current BoundingFrustumD intersects a Ray.
Parameters
Summary
public bool Intersects(BoundingSphereD sphere)
Checks whether the current BoundingFrustumD intersects the specified BoundingSphere.
Returns
Parameters
- BoundingSphereD sphere
Summary
public void Intersects(ref BoundingSphereD sphere, out bool result)
Checks whether the current BoundingFrustumD intersects a BoundingSphere.
Parameters
- BoundingSphereD sphere
- bool result