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

Public Member Functions

 SHAPE_KEY (int aFirstIdx, int aArcIdx, const BOX2I_MINMAX &aBBox)
 

Public Attributes

int m_FirstIdx
 
int m_ArcIdx
 
BOX2I_MINMAX m_BBox
 

Detailed Description

Definition at line 2073 of file shape_line_chain.cpp.

Constructor & Destructor Documentation

◆ SHAPE_KEY()

SHAPE_KEY::SHAPE_KEY ( int aFirstIdx,
int aArcIdx,
const BOX2I_MINMAX & aBBox )
inline

Definition at line 2075 of file shape_line_chain.cpp.

References m_ArcIdx, m_BBox, and m_FirstIdx.

Member Data Documentation

◆ m_ArcIdx

int SHAPE_KEY::m_ArcIdx

Definition at line 2081 of file shape_line_chain.cpp.

Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs(), and SHAPE_KEY().

◆ m_BBox

BOX2I_MINMAX SHAPE_KEY::m_BBox

Definition at line 2082 of file shape_line_chain.cpp.

Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs(), and SHAPE_KEY().

◆ m_FirstIdx

int SHAPE_KEY::m_FirstIdx

Definition at line 2080 of file shape_line_chain.cpp.

Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs(), and SHAPE_KEY().


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