Type Alias VectorPoly

Source
pub type VectorPoly = Vec<VectorLine>;
Expand description

A set of polygons

Aliased Typeยง

struct VectorPoly { /* private fields */ }