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 1876 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 1878 of file shape_line_chain.cpp.

Member Data Documentation

◆ m_ArcIdx

int SHAPE_KEY::m_ArcIdx

Definition at line 1884 of file shape_line_chain.cpp.

Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs().

◆ m_BBox

BOX2I_MINMAX SHAPE_KEY::m_BBox

Definition at line 1885 of file shape_line_chain.cpp.

Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs().

◆ m_FirstIdx

int SHAPE_KEY::m_FirstIdx

Definition at line 1883 of file shape_line_chain.cpp.

Referenced by SHAPE_LINE_CHAIN::SelfIntersectingWithArcs().


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