KiCad PCB EDA Suite
|
Public Member Functions | |
SHAPE_ARC | GenerateArc () const |
Public Attributes | |
double | m_center_x |
double | m_center_y |
double | m_start_x |
double | m_start_y |
double | m_center_angle |
double | m_width |
Definition at line 716 of file test_shape_arc.cpp.
|
inline |
Definition at line 726 of file test_shape_arc.cpp.
References DEGREES_T, m_center_angle, m_center_x, m_center_y, m_start_x, m_start_y, m_width, EDA_IU_SCALE::mmToIU(), and pcbIUScale.
double ARC_DATA_MM::m_center_angle |
Definition at line 723 of file test_shape_arc.cpp.
Referenced by GenerateArc().
double ARC_DATA_MM::m_center_x |
Definition at line 719 of file test_shape_arc.cpp.
Referenced by GenerateArc().
double ARC_DATA_MM::m_center_y |
Definition at line 720 of file test_shape_arc.cpp.
Referenced by GenerateArc().
double ARC_DATA_MM::m_start_x |
Definition at line 721 of file test_shape_arc.cpp.
Referenced by GenerateArc().
double ARC_DATA_MM::m_start_y |
Definition at line 722 of file test_shape_arc.cpp.
Referenced by GenerateArc().
double ARC_DATA_MM::m_width |
Definition at line 724 of file test_shape_arc.cpp.
Referenced by GenerateArc().