An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# geometry

[![GoDoc](https://godoc.org/github.com/tidwall/geometry?status.svg)](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)