|
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 57 of file corner_operations.h.
| SHAPE_ARC DOGBONE_RESULT::m_arc |
Definition at line 59 of file corner_operations.h.
Referenced by DoDogboneTestChecks().
| bool DOGBONE_RESULT::m_small_arc_mouth |
Definition at line 67 of file corner_operations.h.
Referenced by DoDogboneTestChecks().
| std::optional<SEG> DOGBONE_RESULT::m_updated_seg_a |
Definition at line 63 of file corner_operations.h.
Referenced by DoDogboneTestChecks().
| std::optional<SEG> DOGBONE_RESULT::m_updated_seg_b |
Definition at line 64 of file corner_operations.h.
Referenced by DoDogboneTestChecks().