KiCad PCB EDA Suite
|
Struct to hold general cases for collinearity, parallelism and perpendicularity. More...
Public Attributes | |
std::string | m_case_name |
SEG | m_seg_a |
SEG | m_seg_b |
bool | m_exp_result |
Struct to hold general cases for collinearity, parallelism and perpendicularity.
Definition at line 453 of file test_segment.cpp.
std::string SEG_SEG_BOOLEAN_CASE::m_case_name |
Definition at line 455 of file test_segment.cpp.
bool SEG_SEG_BOOLEAN_CASE::m_exp_result |
Definition at line 458 of file test_segment.cpp.
SEG SEG_SEG_BOOLEAN_CASE::m_seg_a |
Definition at line 456 of file test_segment.cpp.
SEG SEG_SEG_BOOLEAN_CASE::m_seg_b |
Definition at line 457 of file test_segment.cpp.