❔ ✅The largest inscribed circle inside concave (non-convex) polygon 2D
Hey, I want to make an algorithm that will return the largest inscribed circle in any 2D polygon (or the furthest point from any edge). I want this because I need to place a label in the best spot inside that shape. Do you have any ideas on how can I achieve it in c#?

