Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Draw a circle with a center of one of the initial points of initial polygon and radius of your desired length constraint.</p> <p>The circle will intersect at least two lines at two points. Now you have your first triangle by the biggest as possible. Then choose those intersections as next target. Do until there is no initial points left outside. You have your triangles as large as possible(so as few as possible)</p> <ul> <li>Do not account the already-created triangle edges as an intersection point.</li> <li>Resulting polygons are not always triangle, they can be quads too. Maybe larger point-numbers too!</li> <li>They all just nearly equal to the desired size.</li> </ul> <p><img src="https://i.stack.imgur.com/35dwB.jpg" alt="enter image description here"><img src="https://i.stack.imgur.com/XjAor.jpg" alt="enter image description here"><img src="https://i.stack.imgur.com/jQysC.jpg" alt="enter image description here"><img src="https://i.stack.imgur.com/yuSkg.jpg" alt="enter image description here"><img src="https://i.stack.imgur.com/JlOE4.jpg" alt="enter image description here"><img src="https://i.stack.imgur.com/VEK6R.jpg" alt="enter image description here"><img src="https://i.stack.imgur.com/js4c5.jpg" alt="enter image description here"><img src="https://i.stack.imgur.com/iVJDX.jpg" alt="enter image description here"><img src="https://i.stack.imgur.com/CgP9D.jpg" alt="enter image description here"><img src="https://i.stack.imgur.com/zWECO.jpg" alt="enter image description here"><img src="https://i.stack.imgur.com/O3XiS.jpg" alt="enter image description here"></p> <p>Fine-tuning the interior parts would need some calculation.</p> <p><img src="https://i.stack.imgur.com/OIpFm.jpg" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/9oYiH.jpg" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/6GBMY.jpg" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/6Evib.jpg" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/1ED0n.jpg" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/LSJpb.jpg" alt="enter image description here"></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload