mapbox / earcut.hpp

Fast, header-only polygon triangulation
ISC License
858 stars 133 forks source link

Multiple minor floating point fixes #30

Closed mrgreywater closed 8 years ago

mrgreywater commented 8 years ago

Includes some of the things discussed here: #27 Brackets around std::min and std::max are precautions in case someone is including <Windows.h> without defining NOMINMAX.