VRageMath.BoundingBoxD.Intersect - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← BoundingBoxD
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)
- BoundingBoxD box
public bool Intersect(ref LineD line, out LineD intersectedLine)
public bool Intersect(ref LineD line, out double t1, out double t2)
public bool Intersect(ref RayD ray, out double tmin, out double tmax)