pub type Polygon = Polygon<f32>;
A polygon without rotated.
pub struct Polygon { pub points_set: PointSet<f32>, }
points_set: PointSet<f32>