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