Module geo::algorithm::map_coords [−][src]
Apply a function to all coordinates.
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 |