logo
pub trait IndexingPolygonGenerator<A>: PolygonGenerator where
    A: Attribute
{ type Output: Polygonal<Vertex = usize>; fn indexing_polygon(&self, index: usize) -> Self::Output; }

Required Associated Types

Required Methods

Implementors