KiCad PCB EDA Suite
|
Test cases for segment intersection. More...
Public Attributes | |
SEG | m_seg_a |
SEG | m_seg_b |
bool | m_ignore_endpoints |
bool | m_lines |
bool | m_exp_intersect |
VECTOR2I | m_exp_point |
std::string | m_CaseName |
Test cases for segment intersection.
Definition at line 691 of file test_segment.cpp.
|
inherited |
Definition at line 268 of file unit_test_utils.h.
bool SEG_SEG_INTERSECT_CASE::m_exp_intersect |
Definition at line 697 of file test_segment.cpp.
Referenced by SegIntersectCorrect().
VECTOR2I SEG_SEG_INTERSECT_CASE::m_exp_point |
Definition at line 698 of file test_segment.cpp.
Referenced by SegIntersectCorrect().
bool SEG_SEG_INTERSECT_CASE::m_ignore_endpoints |
Definition at line 695 of file test_segment.cpp.
Referenced by SegIntersectCorrect().
bool SEG_SEG_INTERSECT_CASE::m_lines |
Definition at line 696 of file test_segment.cpp.
Referenced by SegIntersectCorrect().
SEG SEG_SEG_INTERSECT_CASE::m_seg_a |
Definition at line 693 of file test_segment.cpp.
Referenced by SegIntersectCorrect().
SEG SEG_SEG_INTERSECT_CASE::m_seg_b |
Definition at line 694 of file test_segment.cpp.
Referenced by SegIntersectCorrect().