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