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
.
pub fn coord_pos_relative_to_ring<T>(
coord: Coord<T>,
linestring: &LineString<T>,
) -> CoordPoswhere
T: GeoNum,
Calculate the position of a Coord
relative to a
closed LineString
.