[−][src]Module geo::algorithm::map_coords
Apply a function to all Coordinates of a Geometry.
Traits
| MapCoords | Map a function over all the coordinates in an object, returning a new one |
| MapCoordsInplace | Map all the coordinates in an object in place |
| TryMapCoords | Map a fallible function over all the coordinates in a geometry, returning a Result |