Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 302 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 302 Bytes

ellipse_triangulation

The task is to find some "good" triangulation for ellipse with function {(x,y): Axx + 2Bxy + Cyy <1, AC - BB > 0} "Good" is coefficient for equality of all triangles, e.x. 0.7 ... 0.9 In this work I discribed own algorithm to find solution and show in Tkinter window.