[][src]Trait building_blocks_mesh::surface_nets::SignedDistance

pub trait SignedDistance {
    fn distance(&self) -> f32;
}

Required methods

fn distance(&self) -> f32

Loading content...

Implementations on Foreign Types

impl SignedDistance for f32[src]

Loading content...

Implementors

Loading content...