package
0.1.2
Repository: https://github.com/paulsmith/gogeos.git
Documentation: pkg.go.dev

# Functions

Must is a helper that wraps a call to a function returning (*Geometry, error) and panics if the error is non-nil.
MustCoords is a helper that wraps a call to a function returning ([]Coord, error) and panics if the error is non-nil.
NewCoord is the constructor for a Coord object.

# Structs

Coord represents a coordinate in 3-dimensional space.