KiCad PCB EDA Suite
|
Struct to hold test cases for a circle, a line and an expected vector of points. More...
Public Attributes | |
std::string | m_case_name |
CIRCLE | m_circle |
SEG | m_seg |
std::vector< VECTOR2I > | m_exp_result |
Struct to hold test cases for a circle, a line and an expected vector of points.
Definition at line 366 of file test_circle.cpp.
std::string SEG_SEG_VECPT_CASE::m_case_name |
Definition at line 368 of file test_circle.cpp.
CIRCLE SEG_SEG_VECPT_CASE::m_circle |
Definition at line 369 of file test_circle.cpp.
std::vector<VECTOR2I> SEG_SEG_VECPT_CASE::m_exp_result |
Definition at line 371 of file test_circle.cpp.
SEG SEG_SEG_VECPT_CASE::m_seg |
Definition at line 370 of file test_circle.cpp.