Trait GetZ

Source
pub trait GetZ {
    // Required method
    fn z(&self) -> f64;
}
Expand description

Trait to extract the z value

Required Methods§

Source

fn z(&self) -> f64

Returns the z value

Implementors§