//
pkg.gl
Category
github.com/sandwich-go/boost
geom
package
1.3.48
Repository:
https://github.com/sandwich-go/boost.git
Documentation:
pkg.go.dev
Overview
Dependencies
2
Dependents
0
#
README
geom
地理位置
支持地理位置运算
例子
x := PtInt8(1, 0) y := PtInt8(1, 4) z := x.Add(y) fmt.Println(z)
Output:
(2,4)