Traits§
Functions§
- scale_
exterior - scales the exterior points of a geometry by some distance.
the distance should be in the unit that matches the output of the parameterized Distance
trait. for example, using
geo::Haversine
expects points in WGS84 lat/lon degrees and outputs distances in meters, so, distance should be provided in meters.