jean-pierre charras
|
0d2dd48cad
|
geometry/geometry_utils.cpp: Fix a minimal value (6) to calculate the segments by circle count to approximate a circle.
Use also this minimal value to calculate the circle to poly correction factor
Also, remove a useless code.
|
2019-04-02 11:33:35 +02:00 |
Jeff Young
|
fee52e127f
|
Add line style drawing.
|
2018-10-09 11:08:56 +01:00 |
Tomasz Wlostowski
|
b604f007d7
|
eeschema-gal: don't use kiROUND in the geometry library as it brings in a s*****load of wx dependencies due to #include <base_units.h>
|
2018-10-09 11:08:55 +01:00 |
Jeff Young
|
72338a7002
|
Remove more dead code.
|
2018-08-01 12:36:55 +01:00 |
Jeff Young
|
6dbfa793e8
|
Fix GTK compile errors and remove dead code.
Fixes: lp:1783993
* https://bugs.launchpad.net/kicad/+bug/1783993
|
2018-08-01 12:23:16 +01:00 |
Seth Hillbrand
|
bd5eee50f4
|
Unify correction factor calculations
|
2018-04-23 16:43:13 -07:00 |
jean-pierre charras
|
51fe063524
|
Circle to polygon conversion: a few enhancements:
* Remove duplicate code
* fix incorrect formulas is some places
* add comments
|
2018-03-09 13:28:47 +01:00 |