KiCad PCB EDA Suite
|
Test cases for collisions (with clearance, for no clearance, it's just a SEG_SEG_DISTANCE_CASE of 0) More...
Public Attributes | |
std::string | m_case_name |
SEG | m_seg_a |
SEG | m_seg_b |
int | m_clearance |
bool | m_exp_coll |
Test cases for collisions (with clearance, for no clearance, it's just a SEG_SEG_DISTANCE_CASE of 0)
Definition at line 386 of file test_segment.cpp.
std::string SEG_SEG_COLLIDE_CASE::m_case_name |
Definition at line 388 of file test_segment.cpp.
int SEG_SEG_COLLIDE_CASE::m_clearance |
Definition at line 391 of file test_segment.cpp.
bool SEG_SEG_COLLIDE_CASE::m_exp_coll |
Definition at line 392 of file test_segment.cpp.
SEG SEG_SEG_COLLIDE_CASE::m_seg_a |
Definition at line 389 of file test_segment.cpp.
SEG SEG_SEG_COLLIDE_CASE::m_seg_b |
Definition at line 390 of file test_segment.cpp.