pub fn coord_pos_relative_to_ring<T>(
    coord: Coord<T>,
    linestring: &LineString<T>
) -> CoordPoswhere
    T: GeoNum,
Expand description

Calculate the position of a Coord relative to a closed LineString.