Type Alias Polygon

Source
pub type Polygon = Vec<Vec<Point>>;
Expand description

Definition of a Polygon

Aliased Typeยง

struct Polygon { /* private fields */ }