kicad/include/math
Seth Hillbrand a552b4ccca box2: fix bug in SetMaximum()
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.
2018-06-20 20:21:03 -07:00
..
box2.h box2: fix bug in SetMaximum() 2018-06-20 20:21:03 -07:00
math_util.h Various fixes to geometry & math library. 2014-05-14 11:45:01 +02:00
matrix3x3.h Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 2014-11-02 17:25:04 +01:00
vector2d.h vector2d: Fix traits usage and use std::numeric_limits 2017-11-05 23:03:52 +01:00