KiCad PCB EDA Suite
|
Test cases for segment-line intersection. More...
Public Attributes | |
SEG | m_seg |
double | m_slope |
double | m_offset |
bool | m_exp_intersect |
VECTOR2I | m_exp_point |
std::string | m_CaseName |
Test cases for segment-line intersection.
Definition at line 1232 of file test_segment.cpp.
|
inherited |
Definition at line 268 of file unit_test_utils.h.
bool SEG_LINE_INTERSECT_CASE::m_exp_intersect |
Definition at line 1237 of file test_segment.cpp.
VECTOR2I SEG_LINE_INTERSECT_CASE::m_exp_point |
Definition at line 1238 of file test_segment.cpp.
double SEG_LINE_INTERSECT_CASE::m_offset |
Definition at line 1236 of file test_segment.cpp.
SEG SEG_LINE_INTERSECT_CASE::m_seg |
Definition at line 1234 of file test_segment.cpp.
double SEG_LINE_INTERSECT_CASE::m_slope |
Definition at line 1235 of file test_segment.cpp.