redblobgames / dual-mesh

Dual polygon-triangle mesh code used in redblobgames's projects

Home Page:https://redblobgames.github.io/dual-mesh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove skinny triangles

redblobgames opened this issue · comments

create:checkTriangleInequality checks for skinny triangles but doesn't do anything about them. Insert new points at the circumcenters (I think) to eliminate most/all of the skinny triangles.