pub trait GetZ { // Required method fn z(&self) -> Option<f64>; }
Trait to extract the z value
Returns the z value