Module transit_grid::algorithms::edge_length
source · Expand description
Edge length functions for TransitEdge
.
Traits
- EdgeLength trait provides the length of an element. It is designed to work with types that implement the
CoordFloat
,FromPrimitive
, andSum
traits.