Expand description

A module containing algorithms for working with geographical data structures.

Traits

  • A trait that defines a method for calculating the distance between two points of the same type. Implementations are provided for Coord<f64> and Point<f64>.

Functions