UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
support
/
geometryUtils
/
sphere.js
3 lines
(1 loc)
•
249 B
JavaScript
View Raw
1
2
3
import
{create
as
r}
from
"../../../../geometry/support/ray.js"
;
import
{i
as
o}
from
"../../../../chunks/sphere.js"
;
import
{fromScreenAtEye
as
t}
from
"./ray.js"
;
function
s
(
r,s,p,e
){
const
n=
t
(s,p,m);
return
o
(r,n,e)}
const
m=
r
();
export
{s
as
intersectScreen};