I need to find a largest inscribed circle of a convex polygon, I\'ve searched many sites and I get that this can be done by using Delaunay triangulation. I found a thread in
The last step can mean to select the minimum face of the triangle. Then rinse and repeat.