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 215 of file altium_parser_pcb.h.

Constructor & Destructor Documentation

◆ ALTIUM_VERTICE() [1/2]

ALTIUM_VERTICE::ALTIUM_VERTICE ( const VECTOR2I & aPosition)
inlineexplicit

Definition at line 224 of file altium_parser_pcb.h.

References center, endangle, isRound, position, radius, and startangle.

◆ 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 234 of file altium_parser_pcb.h.

References center, endangle, isRound, position, radius, and startangle.

Member Data Documentation

◆ center

const VECTOR2I ALTIUM_VERTICE::center

Definition at line 222 of file altium_parser_pcb.h.

Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().

◆ endangle

const double ALTIUM_VERTICE::endangle

Definition at line 220 of file altium_parser_pcb.h.

Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().

◆ isRound

const bool ALTIUM_VERTICE::isRound

Definition at line 217 of file altium_parser_pcb.h.

Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().

◆ position

const VECTOR2I ALTIUM_VERTICE::position

◆ radius

const int32_t ALTIUM_VERTICE::radius

Definition at line 218 of file altium_parser_pcb.h.

Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().

◆ startangle

const double ALTIUM_VERTICE::startangle

Definition at line 219 of file altium_parser_pcb.h.

Referenced by ALTIUM_VERTICE(), and ALTIUM_VERTICE().


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