|
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 136 of file test_eda_shape.cpp.
| std::string SET_ARC_GEOMETRY_CASE::m_CaseName |
Definition at line 138 of file test_eda_shape.cpp.
| VECTOR2I SET_ARC_GEOMETRY_CASE::m_End |
Definition at line 141 of file test_eda_shape.cpp.
| double SET_ARC_GEOMETRY_CASE::m_ExpectedAngleAfterSwapDeg |
Definition at line 146 of file test_eda_shape.cpp.
| VECTOR2I SET_ARC_GEOMETRY_CASE::m_ExpectedCenter |
Definition at line 142 of file test_eda_shape.cpp.
| VECTOR2I SET_ARC_GEOMETRY_CASE::m_ExpectedEndAfterSwap |
Definition at line 145 of file test_eda_shape.cpp.
| int SET_ARC_GEOMETRY_CASE::m_ExpectedRadius |
Definition at line 143 of file test_eda_shape.cpp.
| bool SET_ARC_GEOMETRY_CASE::m_ExpectedStartEndSwapped |
Definition at line 144 of file test_eda_shape.cpp.
| VECTOR2I SET_ARC_GEOMETRY_CASE::m_Mid |
Definition at line 140 of file test_eda_shape.cpp.
| VECTOR2I SET_ARC_GEOMETRY_CASE::m_Start |
Definition at line 139 of file test_eda_shape.cpp.