Trait obj::GenPolygon [] [src]

pub trait GenPolygon: Clone {
    fn new(data: Vec<IndexTuple>) -> Self;
}

Required Methods

Implementors