KiCad PCB EDA Suite
|
Declares the FilletFixture struct as the boost test fixture. More...
Public Attributes | |
SEG | m_seg_a |
SEG | m_seg_b |
CHAMFER_PARAMS | m_params |
std::optional< CHAMFER_RESULT > | m_expected_result |
Declares the FilletFixture struct as the boost test fixture.
Definition at line 39 of file test_chamfer.cpp.
std::optional<CHAMFER_RESULT> TWO_LINE_CHAMFER_TEST_CASE::m_expected_result |
Definition at line 44 of file test_chamfer.cpp.
Referenced by DoChamferTestChecks().
CHAMFER_PARAMS TWO_LINE_CHAMFER_TEST_CASE::m_params |
Definition at line 43 of file test_chamfer.cpp.
Referenced by DoChamferTestChecks().
SEG TWO_LINE_CHAMFER_TEST_CASE::m_seg_a |
Definition at line 41 of file test_chamfer.cpp.
Referenced by DoChamferTestChecks().
SEG TWO_LINE_CHAMFER_TEST_CASE::m_seg_b |
Definition at line 42 of file test_chamfer.cpp.
Referenced by DoChamferTestChecks().