# README
geometry
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