UNPKG
xiaohejs
Version:
latest (0.1.10)
0.1.10
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.0.10
0.0.9
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
🎈 小何同学的JavaScript工具箱
xiaohejs.myhdg.top
xiaohe0601/xiaohejs
xiaohejs
/
lib
/
esm
/
geometry
/
config.js
2 lines
(1 loc)
•
179 B
JavaScript
View Raw
1
2
const
t=
6371e3
,a=
2
*
Math
.
PI
*t/
360
,e=
Math
.
PI
/
180
,h=
180
/
Math
.
PI
,I=
1e6
;
export
{a
as
DegreeMetres
,e
as
DegreeRadians
,t
as
EarthRadiusMetres
,I
as
PlaneAreaThreshold
,h
as
RadianDegrees
};