Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.BoundingBoxD.Intersect

Malware edited this page Dec 25, 2018 · 20 revisions

IndexBoundingBoxD

Summary

private public private public sealed struct.BoundingBoxD Intersect(private public sealed struct.BoundingBoxD box)

Returns bounding box which is intersection of this and box It's called 'Prunik' Result is invalid box when there's no intersection (Min > Max)

Returns

Example

Remarks

Summary

private public bool Intersect(ref private public sealed struct.LineD line, ref private public sealed struct.LineD intersectedLine)

Returns

Example

Remarks

Summary

private public bool Intersect(ref private public sealed struct.LineD line, ref double t1, ref double t2)

Returns

Example

Remarks

Summary

private public bool Intersect(ref private public sealed struct.RayD ray, ref double tmin, ref double tmax)

Returns

Example

Remarks

Clone this wiki locally