Trait obj::GenPolygon[][src]

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

Required Methods

Implementors