https://github.com/tidwall/geometry
Efficient 2D geometry library for Go.
https://github.com/tidwall/geometry
Last synced: 9 months ago
JSON representation
Efficient 2D geometry library for Go.
- Host: GitHub
- URL: https://github.com/tidwall/geometry
- Owner: tidwall
- License: mit
- Created: 2021-09-15T14:21:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T11:35:47.000Z (over 3 years ago)
- Last Synced: 2025-04-05T03:12:20.637Z (9 months ago)
- Language: Go
- Homepage:
- Size: 156 KB
- Stars: 37
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geometry
[](https://godoc.org/github.com/tidwall/geometry)
An efficient 2D geometry library for Go.
- Features Point, Rect, Line, and Polygon geometry types
- Operations such as Intersects, Contains, and Point-in-polygon
- Support for [geometry indexing](https://medium.com/@tidwall/faster-geospatial-queries-in-tile38-f771e2f6b1bd)