Polygon

Type Alias Polygon 

Source
pub type Polygon = Polygon<f32>;
Expand description

A polygon without rotated.

Aliased Type§

pub struct Polygon {
    pub points_set: PointSet<f32>,
}

Fields§

§points_set: PointSet<f32>