/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */import{create as r}from"../../../../geometry/support/ray.js";import{fromScreenAtEye as t}from"./ray.js";functiono(r,o,n,s){const m=t(o,n,e);return r.intersectRay(m,s)}const e=r();export{o as intersectScreen};