1 Star 1 Fork 0

wanghan / TurfGo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
factors.go 800 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanghan 提交于 2022-07-14 10:02 . fsss
package factors
import (
"math"
"gitee.com/giserhan/turf-go/helpers/constants"
)
const (
EarthRadius = constants.EarthRadius
)
type Factor float64
//factors
const (
Centimeters Factor = EarthRadius * 100
Centimetres Factor = EarthRadius * 100
Degrees Factor = 360 / (2 * math.Pi)
Feet Factor = EarthRadius * 3.28084
Inches Factor = EarthRadius * 39.37
Kilometers Factor = EarthRadius / 1000
Kilometres Factor = EarthRadius / 1000
Meters Factor = EarthRadius
Metres Factor = EarthRadius
Miles Factor = EarthRadius / 1609.344
Millimeters Factor = EarthRadius * 1000
Millimetres Factor = EarthRadius * 1000
Nauticalmiles Factor = EarthRadius / 1852
Radians Factor = 1.0
Yards Factor = EarthRadius * 1.0936
)
1
https://gitee.com/giserhan/turf-go.git
git@gitee.com:giserhan/turf-go.git
giserhan
turf-go
TurfGo
v0.0.7

搜索帮助

53164aa7 5694891 3bd8fe86 5694891