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 | |
SEG | m_seg_a |
SEG | m_seg_b |
int | m_clearance |
bool | m_exp_coll |
std::string | m_CaseName |
Test cases for collisions (with clearance, for no clearance, it's just a SEG_SEG_DISTANCE_CASE of 0)
Definition at line 378 of file test_segment.cpp.
|
inherited |
Definition at line 268 of file unit_test_utils.h.
int SEG_SEG_COLLIDE_CASE::m_clearance |
Definition at line 382 of file test_segment.cpp.
bool SEG_SEG_COLLIDE_CASE::m_exp_coll |
Definition at line 383 of file test_segment.cpp.
SEG SEG_SEG_COLLIDE_CASE::m_seg_a |
Definition at line 380 of file test_segment.cpp.
SEG SEG_SEG_COLLIDE_CASE::m_seg_b |
Definition at line 381 of file test_segment.cpp.