KiCad PCB EDA Suite
|
Eagle rotation. More...
#include <eagle_parser.h>
Public Member Functions | |
EROT () | |
EROT (double aDegrees) | |
Public Attributes | |
bool | mirror |
bool | spin |
double | degrees |
Eagle rotation.
Definition at line 540 of file eagle_parser.h.
|
inline |
Definition at line 546 of file eagle_parser.h.
|
inline |
Definition at line 552 of file eagle_parser.h.
double EROT::degrees |
Definition at line 544 of file eagle_parser.h.
Referenced by Convert< EROT >(), PCB_IO_EAGLE::loadPlain(), PCB_IO_EAGLE::orientFootprintAndText(), PCB_IO_EAGLE::orientFPText(), PCB_IO_EAGLE::packagePad(), PCB_IO_EAGLE::packageRectangle(), PCB_IO_EAGLE::packageSMD(), and PCB_IO_EAGLE::packageText().
bool EROT::mirror |
Definition at line 542 of file eagle_parser.h.
Referenced by Convert< EROT >(), PCB_IO_EAGLE::loadPlain(), PCB_IO_EAGLE::orientFootprintAndText(), PCB_IO_EAGLE::orientFPText(), and PCB_IO_EAGLE::packageText().
bool EROT::spin |
Definition at line 543 of file eagle_parser.h.
Referenced by Convert< EROT >(), PCB_IO_EAGLE::loadPlain(), PCB_IO_EAGLE::orientFPText(), and PCB_IO_EAGLE::packageText().