pub trait SetZ { // Required method fn set_z(&mut self, z: f64); }
Trait to set the z value
Set the z value