kicad/libs/kimath
Seth Hillbrand 6fef054c51 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
2022-07-07 11:13:11 -07:00
..
include Handle basic rounding error in schematic import 2022-07-07 11:13:11 -07:00
src More performance enhancements for DRC. 2022-06-18 19:47:11 +01:00
CMakeLists.txt Move connectivity algo to collision-based routines. 2022-02-13 00:35:11 +00:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00