Type Alias rust::geometry::Polygon

source ·
pub type Polygon = Vec<Vec<Point>>;
Expand description

Definition of a Polygon

Aliased Type§

struct Polygon { /* private fields */ }