| 
    KiCad PCB EDA Suite
    
   | 
 
#include <altium_parser_pcb.h>
Public Member Functions | |
| ALTIUM_VERTICE (const VECTOR2I &aPosition) | |
| ALTIUM_VERTICE (bool aIsRound, int32_t aRadius, double aStartAngle, double aEndAngle, const VECTOR2I aPosition, const VECTOR2I aCenter) | |
Public Attributes | |
| const bool | isRound | 
| const int32_t | radius | 
| const double | startangle | 
| const double | endangle | 
| const VECTOR2I | position | 
| const VECTOR2I | center | 
Definition at line 221 of file altium_parser_pcb.h.
      
  | 
  inlineexplicit | 
Definition at line 230 of file altium_parser_pcb.h.
References center, endangle, isRound, position, radius, and startangle.
      
  | 
  inlineexplicit | 
Definition at line 240 of file altium_parser_pcb.h.
References center, endangle, isRound, position, radius, and startangle.
| const VECTOR2I ALTIUM_VERTICE::center | 
Definition at line 228 of file altium_parser_pcb.h.
Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().
| const double ALTIUM_VERTICE::endangle | 
Definition at line 226 of file altium_parser_pcb.h.
Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().
| const bool ALTIUM_VERTICE::isRound | 
Definition at line 223 of file altium_parser_pcb.h.
Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().
| const VECTOR2I ALTIUM_VERTICE::position | 
Definition at line 227 of file altium_parser_pcb.h.
Referenced by ALTIUM_VERTICE(), ALTIUM_VERTICE(), and ALTIUM_PCB::ParseRegions6Data().
| const int32_t ALTIUM_VERTICE::radius | 
Definition at line 224 of file altium_parser_pcb.h.
Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().
| const double ALTIUM_VERTICE::startangle | 
Definition at line 225 of file altium_parser_pcb.h.
Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().