Intersect
Summary
public BoundingBoxD Intersect(BoundingBoxD box)
Returns bounding box which is intersection of this and box Result is invalid box when there's no intersection (Min > Max)
Returns
Parameters
- BoundingBoxD box
Summary
public bool Intersect(ref LineD line, out LineD intersectedLine)
Returns
Parameters
Summary
public bool Intersect(ref LineD line, out double t1, out double t2)
Returns
Parameters
Summary
public bool Intersect(ref RayD ray, out double tmin, out double tmax)