Struct lyon_tessellation::geometry_builder::Identity [] [src]

pub struct Identity;

A dummy vertex constructor that just forwards its inputs.

Trait Implementations

impl<T> VertexConstructor<T, T> for Identity
[src]