all regular polygon plus no regular polygon but balanced

This commit is contained in:
2025-05-29 23:16:08 +02:00
parent 140ab51811
commit 1ca46270ac
2 changed files with 149 additions and 6 deletions

View File

@@ -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(),