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

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