KiCad PCB EDA Suite
|
Public Attributes | |
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. | |
std::string | m_CaseName |
Definition at line 486 of file test_shape_arc.cpp.
|
inherited |
Definition at line 268 of file unit_test_utils.h.
bool ARC_SEC_CASE::m_clockwise |
clockwise or anti-clockwise?
Definition at line 492 of file test_shape_arc.cpp.
VECTOR2I ARC_SEC_CASE::m_expected_mid |
Expected mid-point of the arc.
Definition at line 495 of file test_shape_arc.cpp.
ARC_START_END_CENTER ARC_SEC_CASE::m_geom |
Geom of the arc.
Definition at line 489 of file test_shape_arc.cpp.