|
KiCad PCB EDA Suite
|
Free or component arc (FA / CA). More...
#include <autotrax_model.h>
Public Attributes | |
| double | centerX = 0 |
| double | centerY = 0 |
| double | radius = 0 |
| int | segments = 15 |
| quadrant bitmask; 15 = full circle | |
| double | width = 0 |
| int | layer = 0 |
Free or component arc (FA / CA).
Autotrax stores a center, radius and a 4-bit quadrant mask in segments rather than start/sweep angles.
Definition at line 76 of file autotrax_model.h.
| double AUTOTRAX::ARC::centerX = 0 |
Definition at line 78 of file autotrax_model.h.
| double AUTOTRAX::ARC::centerY = 0 |
Definition at line 79 of file autotrax_model.h.
| int AUTOTRAX::ARC::layer = 0 |
Definition at line 83 of file autotrax_model.h.
| double AUTOTRAX::ARC::radius = 0 |
Definition at line 80 of file autotrax_model.h.
| int AUTOTRAX::ARC::segments = 15 |
quadrant bitmask; 15 = full circle
Definition at line 81 of file autotrax_model.h.
| double AUTOTRAX::ARC::width = 0 |
Definition at line 82 of file autotrax_model.h.