Trait lonlat_bng::utils::ToMm [] [src]

pub trait ToMm {
    fn round_to_mm(self) -> f64;
}

Round an Easting or Northing coordinate to the nearest millimetre

Required Methods

Implementors