# 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.