kicad/libs/kimath/include
Seth Hillbrand 95fcf53353 Handle basic rounding error in schematic import
The fractional part of Altium schematic units is an integer number of
1/10000 mil segments, which is 2.54 nm.  The internal unit of eeschema
is 10 nm, so each fractional unit in Altium is 0.254 base eeschema
units.  To be consistent with
cf33cfcad1
we round to the nearest 10nm for each element

Fixes https://gitlab.com/kicad/code/kicad/issues/11742

(cherry picked from commit 6fef054c51)
2022-07-07 11:14:25 -07:00
..
geometry Gerbview: seriously speed up the calculation time to draw polygons on OpenGL. 2022-05-13 18:33:53 +02:00
math Handle basic rounding error in schematic import 2022-07-07 11:14:25 -07:00
bezier_curves.h Fix broken Doxygen comment specifiers. 2021-01-25 07:42:36 -05:00
convert_basic_shapes_to_polygon.h Pass wxPoint objects by reference instead of on the stack. 2021-07-26 15:35:33 -04:00
md5_hash.h specctra_export: fix an issue with custom and chamfered/round rect pads. 2020-11-25 13:57:46 +01:00
trigo.h Validate arc output when editing 2022-02-06 17:18:04 -08:00