| 
    KiCad PCB EDA Suite
    
   | 
 
#include <corner_operations.h>
Public Attributes | |
| SHAPE_ARC | m_arc | 
| std::optional< SEG > | m_updated_seg_a | 
| std::optional< SEG > | m_updated_seg_b | 
| bool | m_small_arc_mouth | 
Definition at line 61 of file corner_operations.h.
| SHAPE_ARC DOGBONE_RESULT::m_arc | 
Definition at line 63 of file corner_operations.h.
Referenced by DoDogboneTestChecks().
| bool DOGBONE_RESULT::m_small_arc_mouth | 
Definition at line 71 of file corner_operations.h.
Referenced by DoDogboneTestChecks().
| std::optional<SEG> DOGBONE_RESULT::m_updated_seg_a | 
Definition at line 67 of file corner_operations.h.
Referenced by DoDogboneTestChecks().
| std::optional<SEG> DOGBONE_RESULT::m_updated_seg_b | 
Definition at line 68 of file corner_operations.h.
Referenced by DoDogboneTestChecks().