File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ to geography are not part of the core library (e.g. easting/northing
79
79
conversions, ellipsoid approximations, geodetic vs. geocentric coordinates,
80
80
etc).
81
81
82
- See http ://godoc.org /github.com/golang/geo for specific package documentation.
82
+ See https ://pkg.go.dev /github.com/golang/geo for specific package documentation.
83
83
84
84
For an analogous library in C++, see https://github.com/google/s2geometry , in
85
85
Java, see https://github.com/google/s2-geometry-library-java , and Python, see
@@ -98,36 +98,36 @@ Legend:
98
98
* 🟡 - Mostly Complete
99
99
* ❌ - Not available
100
100
101
- ## [ ℝ¹] ( https://godoc.org /github.com/golang/geo/r1 ) - One-dimensional Cartesian coordinates
101
+ ## [ ℝ¹] ( https://pkg.go.dev /github.com/golang/geo/r1 ) - One-dimensional Cartesian coordinates
102
102
103
103
C++ Type | Go
104
104
:--------- | ---
105
105
R1Interval | ✅
106
106
107
- ## [ ℝ²] ( https://godoc.org /github.com/golang/geo/r2 ) - Two-dimensional Cartesian coordinates
107
+ ## [ ℝ²] ( https://pkg.go.dev /github.com/golang/geo/r2 ) - Two-dimensional Cartesian coordinates
108
108
109
109
C++ Type | Go
110
110
:------- | ---
111
111
R2Point | ✅
112
112
R2Rect | ✅
113
113
114
- ## [ ℝ³] ( https://godoc.org /github.com/golang/geo/r3 ) - Three-dimensional Cartesian coordinates
114
+ ## [ ℝ³] ( https://pkg.go.dev /github.com/golang/geo/r3 ) - Three-dimensional Cartesian coordinates
115
115
116
116
C++ Type | Go
117
117
:------------ | ---
118
118
R3Vector | ✅
119
119
R3ExactVector | ✅
120
120
Matrix3x3 | ✅
121
121
122
- ## [ S¹] ( https://godoc.org /github.com/golang/geo/s1 ) - Circular Geometry
122
+ ## [ S¹] ( https://pkg.go.dev /github.com/golang/geo/s1 ) - Circular Geometry
123
123
124
124
C++ Type | Go
125
125
:----------- | ---
126
126
S1Angle | ✅
127
127
S1ChordAngle | ✅
128
128
S1Interval | ✅
129
129
130
- ## [ S²] ( https://godoc.org /github.com/golang/geo/s2 ) - Spherical Geometry
130
+ ## [ S²] ( https://pkg.go.dev /github.com/golang/geo/s2 ) - Spherical Geometry
131
131
132
132
### Basic Types
133
133
You can’t perform that action at this time.
0 commit comments