pub trait Attributes<V> {
    type Output;

    fn get(&self, vertex: V) -> Option<Self::Output>;
}
Expand description

attribution container for polygin mesh

Required Associated Types§

attribution

Required Methods§

get attribution corresponding to vertex

Implementations on Foreign Types§

Implementors§