a552b4ccca
When setting the maximum represented box, std::numerical_limits::min returns the most negative number only for integers. For floating point, it returns the smallest positive number. std::numerical_limits::lowest is the same as min for integers but returns the most negative number for floating point as well. |
||
---|---|---|
.. | ||
box2.h | ||
math_util.h | ||
matrix3x3.h | ||
vector2d.h |