Categorygithub.com/tidwall/geometry
repositorypackage
0.1.0
Repository: https://github.com/tidwall/geometry.git
Documentation: pkg.go.dev

# README

geometry

GoDoc

This package provides efficient 2D geometry utilities for Go.

  • Features Point, Rect, Line, and Polygon geometry types
  • Operations such as Intersects, Contains, and Point-in-polygon
  • Support for geometry indexing

This package was extracted from the https://github.com/tidwall/geojson project