SetZ

Trait SetZ 

Source
pub trait SetZ {
    // Required method
    fn set_z(&mut self, z: f64);
}
Expand description

Trait to set the z value

Required Methods§

Source

fn set_z(&mut self, z: f64)

Set the z value

Implementors§