Type Alias PolygonType

Source
pub type PolygonType = Vec<Vec<Position>>;

Aliased Typeยง

struct PolygonType { /* private fields */ }