Versions in this module Expand all Collapse all v0 v0.1.1 Jul 25, 2023 Changes in this version + func PointInPolygon(point Point, poly []Point) bool + func PointInPolygonOffset(point Point, poly []Point, start, end int) bool + type Options struct + Concavity float64 + LengthThreshold float64 + type Point [2]float64 + func Concaveman(points []Point, opts ...Options) []Point + func (p Point) Rect() (min, max [2]float64)