Struct ostn02_phf::Adjustment [] [src]

#[repr(C)]
pub struct Adjustment { pub x_shift: c_double, pub y_shift: c_double, pub z_shift: c_double, }

Outgoing OSTN02 Easting, Northing, and height adjustments

Fields

Trait Implementations

impl From<(f64, f64, f64)> for Adjustment
[src]

Performs the conversion.