[][src]Trait building_blocks_mesh::height_map::Height

pub trait Height {
    fn height(&self) -> f32;
}

Required methods

fn height(&self) -> f32

Loading content...

Implementations on Foreign Types

impl Height for f32[src]

Loading content...

Implementors

Loading content...