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 assumption of 1000x1000 size

redblobgames opened this issue · comments

Right now the library assumes the points will be 0 ≤ x ≤ 1000, 0 ≤ y ≤ 1000. What does this buy me? Is there any advantage to this limitation, or is just because that's the range I used for the map project this library came from?