KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ALTIUM_VERTICE Struct Reference

#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
 

Detailed Description

Definition at line 214 of file altium_parser_pcb.h.

Constructor & Destructor Documentation

◆ ALTIUM_VERTICE() [1/2]

ALTIUM_VERTICE::ALTIUM_VERTICE ( const VECTOR2I aPosition)
inlineexplicit

Definition at line 223 of file altium_parser_pcb.h.

◆ ALTIUM_VERTICE() [2/2]

ALTIUM_VERTICE::ALTIUM_VERTICE ( bool  aIsRound,
int32_t  aRadius,
double  aStartAngle,
double  aEndAngle,
const VECTOR2I  aPosition,
const VECTOR2I  aCenter 
)
inlineexplicit

Definition at line 233 of file altium_parser_pcb.h.

Member Data Documentation

◆ center

const VECTOR2I ALTIUM_VERTICE::center

Definition at line 221 of file altium_parser_pcb.h.

◆ endangle

const double ALTIUM_VERTICE::endangle

Definition at line 219 of file altium_parser_pcb.h.

◆ isRound

const bool ALTIUM_VERTICE::isRound

Definition at line 216 of file altium_parser_pcb.h.

◆ position

const VECTOR2I ALTIUM_VERTICE::position

Definition at line 220 of file altium_parser_pcb.h.

Referenced by ALTIUM_PCB::ParseRegions6Data().

◆ radius

const int32_t ALTIUM_VERTICE::radius

Definition at line 217 of file altium_parser_pcb.h.

◆ startangle

const double ALTIUM_VERTICE::startangle

Definition at line 218 of file altium_parser_pcb.h.


The documentation for this struct was generated from the following file: