Intersects
Summary
public bool Intersects(BoundingBoxI box)
Checks whether the current BoundingBoxI intersects another BoundingBoxI.
Returns
Parameters
- BoundingBoxI box
Summary
public bool Intersects(ref BoundingBoxI box)
Returns
Parameters
- BoundingBoxI box
Summary
public void Intersects(ref BoundingBoxI box, out bool result)
Checks whether the current BoundingBoxI intersects another BoundingBoxI.
Parameters
- BoundingBoxI box
- bool result
Summary
public PlaneIntersectionType Intersects(Plane plane)
Checks whether the current BoundingBoxI intersects a Plane.
Returns
Parameters
- Plane plane
Summary
public void Intersects(ref Plane plane, out PlaneIntersectionType result)
Checks whether the current BoundingBoxI 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 BoundingBoxI intersects a Ray.
Returns
Parameters
- Ray ray
Summary
public void Intersects(ref Ray ray, out float? result)
Checks whether the current BoundingBoxI intersects a Ray.