| 
    KiCad PCB EDA Suite
    
   | 
 
#include <corner_operations.h>
Public Attributes | |
| SEG | m_chamfer | 
| std::optional< SEG > | m_updated_seg_a | 
| std::optional< SEG > | m_updated_seg_b | 
Definition at line 44 of file corner_operations.h.
| SEG CHAMFER_RESULT::m_chamfer | 
Definition at line 47 of file corner_operations.h.
Referenced by DoChamferTestChecks().
| std::optional<SEG> CHAMFER_RESULT::m_updated_seg_a | 
Definition at line 51 of file corner_operations.h.
Referenced by DoChamferTestChecks().
| std::optional<SEG> CHAMFER_RESULT::m_updated_seg_b | 
Definition at line 52 of file corner_operations.h.
Referenced by DoChamferTestChecks().