kicad/libs/kimath/include
Seth Hillbrand 08d4e91f3b Change partitions to fixed size
Partititioning small polygons causes excessive partitions when we use a
fixed number of cells per side.  Partitioning by size keeps the
partition count limited and speeds the calculations.

Also adds an option to not partition the grid for elements (like 3d
raytracing) that do not need it.

Fixes https://gitlab.com/kicad/code/kicad/issues/5579
2020-09-10 09:31:20 -07:00
..
geometry Change partitions to fixed size 2020-09-10 09:31:20 -07:00
math BOX2: allow constructing a zero-sized BOX2 from a single point 2020-09-08 01:31:42 +02:00
bezier_curves.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
convert_basic_shapes_to_polygon.h Cleanup pad geometry handling. 2020-06-22 22:28:37 +01:00
md5_hash.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
trigo.h Fix NormalizeAngleNeg to be (-360, 0] 2020-09-08 21:21:21 +00:00