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 215 of file altium_parser_pcb.h.
|
inlineexplicit |
Definition at line 224 of file altium_parser_pcb.h.
References center, endangle, isRound, position, radius, and startangle.
|
inlineexplicit |
Definition at line 234 of file altium_parser_pcb.h.
References center, endangle, isRound, position, radius, and startangle.
const VECTOR2I ALTIUM_VERTICE::center |
Definition at line 222 of file altium_parser_pcb.h.
Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().
const double ALTIUM_VERTICE::endangle |
Definition at line 220 of file altium_parser_pcb.h.
Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().
const bool ALTIUM_VERTICE::isRound |
Definition at line 217 of file altium_parser_pcb.h.
Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().
const VECTOR2I ALTIUM_VERTICE::position |
Definition at line 221 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 218 of file altium_parser_pcb.h.
Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().
const double ALTIUM_VERTICE::startangle |
Definition at line 219 of file altium_parser_pcb.h.
Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().