KiCad PCB EDA Suite
|
Struct to hold general cases for collinearity, parallelism and perpendicularity. More...
Public Attributes | |
SEG | m_seg_a |
SEG | m_seg_b |
bool | m_exp_result |
std::string | m_CaseName |
Struct to hold general cases for collinearity, parallelism and perpendicularity.
Definition at line 438 of file test_segment.cpp.
|
inherited |
Definition at line 268 of file unit_test_utils.h.
bool SEG_SEG_BOOLEAN_CASE::m_exp_result |
Definition at line 442 of file test_segment.cpp.
SEG SEG_SEG_BOOLEAN_CASE::m_seg_a |
Definition at line 440 of file test_segment.cpp.
SEG SEG_SEG_BOOLEAN_CASE::m_seg_b |
Definition at line 441 of file test_segment.cpp.