all regular polygon plus no regular polygon but balanced
This commit is contained in:
@@ -38,7 +38,11 @@ impl MyApp {
|
||||
time_last_frame: Instant::now(),
|
||||
polys: PolygonFrame {
|
||||
teta: 0.0,
|
||||
polygons: vec![Polygon::triangle(0.0), Polygon::triangle(PI / 2.0)],
|
||||
polygons: vec![
|
||||
//Polygon::n_gon(0.0, 12),
|
||||
Polygon::nr_10a_in_42(0.0),
|
||||
Polygon::nr_10b_in_42(0.0),
|
||||
],
|
||||
},
|
||||
},
|
||||
Task::none(),
|
||||
|
||||
Reference in New Issue
Block a user