Summary

public bool GetDetectorIntersectionWithLine(ref LineD line, out Vector3D? hit)

Gets intersection between line and detector

Returns

bool

Should return true if line intersects detector

Parameters