mdally / Voronoi

C++ implementation of Fortune's Algorithm for computing bounded Voronoi diagrams
MIT License
25 stars 14 forks source link

Using code outside VS produces wrong polygons & bounding box #9

Open Leo1906 opened 6 years ago

Leo1906 commented 6 years ago

I tried the exact same code in VS 2017 and recent Qt-Creator. The code produces correct output in VS put failed to do so in Qt. My Code: https://pastebin.com/rQEXHehu Here the output: https://ibb.co/csin5x (VS) https://ibb.co/hOjukx (QT) Do you know why this happens? Code is a exact 1:1 copy.