kicad/libs
Seth Hillbrand 1fda68099f Prevent inf when presented with 0 errormax
acos(1) returns 0, so this implies infinite segements to get to 0 error.
This is not reasonable but might be encountered in bad arcs or circles
that have 0 radius.  Instead of returning infinite or std::max segments,
we limit the error to be at least 1 IU
2023-03-02 10:21:05 -08:00
..
kimath Prevent inf when presented with 0 errormax 2023-03-02 10:21:05 -08:00
kiplatform Improve HiDPI handling of appearance/layer controls 2023-02-22 09:20:36 -05:00
sexpr Better handling of escaped characters in STEP parser 2021-12-08 15:55:42 -08:00
CMakeLists.txt Add new kiplatform library for platform-specific code 2020-06-03 14:58:54 +00:00