UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
interactive
/
measurementTools
/
support
/
PickRequest.js
3 lines
(1 loc)
•
167 B
JavaScript
View Raw
1
2
3
class
s
{
constructor
(s,t=
null
){
this
.screenPoint=s,
this
.result=t}}
class
t
{
constructor
(s,t){
this
.scenePoint=s,
this
.mapPoint=t}}export{s
as
PickRequest,t
as
PickResult};