KiCad PCB EDA Suite
|
Public Attributes | |
std::string | m_CaseName |
VECTOR2I | m_Start |
VECTOR2I | m_Mid |
VECTOR2I | m_End |
VECTOR2I | m_ExpectedCenter |
int | m_ExpectedRadius |
bool | m_ExpectedStartEndSwapped |
VECTOR2I | m_ExpectedEndAfterSwap |
double | m_ExpectedAngleAfterSwapDeg |
Definition at line 90 of file test_eda_shape.cpp.
std::string SET_ARC_GEOMETRY_CASE::m_CaseName |
Definition at line 92 of file test_eda_shape.cpp.
VECTOR2I SET_ARC_GEOMETRY_CASE::m_End |
Definition at line 95 of file test_eda_shape.cpp.
double SET_ARC_GEOMETRY_CASE::m_ExpectedAngleAfterSwapDeg |
Definition at line 100 of file test_eda_shape.cpp.
VECTOR2I SET_ARC_GEOMETRY_CASE::m_ExpectedCenter |
Definition at line 96 of file test_eda_shape.cpp.
VECTOR2I SET_ARC_GEOMETRY_CASE::m_ExpectedEndAfterSwap |
Definition at line 99 of file test_eda_shape.cpp.
int SET_ARC_GEOMETRY_CASE::m_ExpectedRadius |
Definition at line 97 of file test_eda_shape.cpp.
bool SET_ARC_GEOMETRY_CASE::m_ExpectedStartEndSwapped |
Definition at line 98 of file test_eda_shape.cpp.
VECTOR2I SET_ARC_GEOMETRY_CASE::m_Mid |
Definition at line 94 of file test_eda_shape.cpp.
VECTOR2I SET_ARC_GEOMETRY_CASE::m_Start |
Definition at line 93 of file test_eda_shape.cpp.