| 
    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 597 of file test_shape_arc.cpp.
      
  | 
  inherited | 
Definition at line 305 of file unit_test_utils.h.
Referenced by operator<<.
| bool ARC_SEC_CASE::m_clockwise | 
clockwise or anti-clockwise?
Definition at line 603 of file test_shape_arc.cpp.
| VECTOR2I ARC_SEC_CASE::m_expected_mid | 
Expected mid-point of the arc.
Definition at line 606 of file test_shape_arc.cpp.
| ARC_START_END_CENTER ARC_SEC_CASE::m_geom | 
Geom of the arc.
Definition at line 600 of file test_shape_arc.cpp.