| 
    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 581 of file eagle_parser.h.
      
  | 
  inline | 
Definition at line 587 of file eagle_parser.h.
      
  | 
  inline | 
Definition at line 593 of file eagle_parser.h.
| double EROT::degrees | 
Definition at line 585 of file eagle_parser.h.
Referenced by Convert< EROT >(), EROT(), 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 583 of file eagle_parser.h.
Referenced by Convert< EROT >(), EROT(), EROT(), PCB_IO_EAGLE::loadPlain(), PCB_IO_EAGLE::orientFootprintAndText(), PCB_IO_EAGLE::orientFPText(), and PCB_IO_EAGLE::packageText().
| bool EROT::spin | 
Definition at line 584 of file eagle_parser.h.
Referenced by Convert< EROT >(), EROT(), EROT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::orientFPText().