UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
webgl-engine
/
materials
/
ScaleInfo.js
3 lines
(1 loc)
•
201 B
JavaScript
View Raw
1
2
3
class
t
{
constructor
(){
this
.factor=new s,
this
.factorAlignment=new s}}
class
s
{
constructor
(){
this
.scale=
0
,
this
.factor=
0
,
this
.minPixelSize=
0
,
this
.paddingPixels=
0
}}export{s
as
ScaleFactor,t
as
ScaleInfo};