delaunator-cpp
delaunator-cpp copied to clipboard
Logic error in bounding rectangle initialization.
std::numeric_limits
Lines 223 and 224 of delaunator.hpp:
double max_x = std::numeric_limits
should be:
double max_x = std::numeric_limits
Fixed in https://github.com/abellgithub/delaunator-cpp