Trait GetZ

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

Trait to extract the z value

Required Methods§

Source

fn z(&self) -> Option<f64>

Returns the z value

Implementors§