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