Trait lyon_tessellation::VertexConstructor[][src]

pub trait VertexConstructor<Input, VertexType> {
    fn new_vertex(&mut self, input: Input) -> VertexType;
}

A trait specifying how to create vertex values.

Required Methods

Implementors