KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CHAMFER_RESULT Struct Reference

#include <chamfer.h>

Public Attributes

SEG m_chamfer
 
std::optional< SEGm_updated_seg_a
 
std::optional< SEGm_updated_seg_b
 

Detailed Description

Definition at line 44 of file chamfer.h.

Member Data Documentation

◆ m_chamfer

SEG CHAMFER_RESULT::m_chamfer

Definition at line 47 of file chamfer.h.

Referenced by DoChamferTestChecks().

◆ m_updated_seg_a

std::optional<SEG> CHAMFER_RESULT::m_updated_seg_a

Definition at line 51 of file chamfer.h.

Referenced by DoChamferTestChecks().

◆ m_updated_seg_b

std::optional<SEG> CHAMFER_RESULT::m_updated_seg_b

Definition at line 52 of file chamfer.h.

Referenced by DoChamferTestChecks().


The documentation for this struct was generated from the following file: