File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 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
7979conversions, ellipsoid approximations, geodetic vs. geocentric coordinates,
8080etc).
8181
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.
8383
8484For an analogous library in C++, see https://github.com/google/s2geometry , in
8585Java, see https://github.com/google/s2-geometry-library-java , and Python, see
@@ -98,36 +98,36 @@ Legend:
9898* 🟡 - Mostly Complete
9999* ❌ - Not available
100100
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
102102
103103C++ Type | Go
104104:--------- | ---
105105R1Interval | ✅
106106
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
108108
109109C++ Type | Go
110110:------- | ---
111111R2Point | ✅
112112R2Rect | ✅
113113
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
115115
116116C++ Type | Go
117117:------------ | ---
118118R3Vector | ✅
119119R3ExactVector | ✅
120120Matrix3x3 | ✅
121121
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
123123
124124C++ Type | Go
125125:----------- | ---
126126S1Angle | ✅
127127S1ChordAngle | ✅
128128S1Interval | ✅
129129
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
131131
132132### Basic Types
133133
You can’t perform that action at this time.
0 commit comments