KiCad PCB EDA Suite
|
Public Attributes | |
std::string | m_ctx_name |
The text context name. | |
ARC_START_END_CENTER | m_geom |
Geom of the arc. | |
bool | m_clockwise |
clockwise or anti-clockwise? | |
VECTOR2I | m_expected_mid |
Expected mid-point of the arc. | |
Definition at line 502 of file test_shape_arc.cpp.
bool ARC_SEC_CASE::m_clockwise |
clockwise or anti-clockwise?
Definition at line 511 of file test_shape_arc.cpp.
std::string ARC_SEC_CASE::m_ctx_name |
The text context name.
Definition at line 505 of file test_shape_arc.cpp.
VECTOR2I ARC_SEC_CASE::m_expected_mid |
Expected mid-point of the arc.
Definition at line 514 of file test_shape_arc.cpp.
ARC_START_END_CENTER ARC_SEC_CASE::m_geom |
Geom of the arc.
Definition at line 508 of file test_shape_arc.cpp.