KiCad PCB EDA Suite
|
Struct to hold test cases for two circles, and an vector of points. More...
Public Attributes | |
std::string | m_case_name |
CIRCLE | m_circle1 |
CIRCLE | m_circle2 |
std::vector< VECTOR2I > | m_exp_result |
Struct to hold test cases for two circles, and an vector of points.
Definition at line 242 of file test_circle.cpp.
std::string CIR_CIR_VECPT_CASE::m_case_name |
Definition at line 244 of file test_circle.cpp.
CIRCLE CIR_CIR_VECPT_CASE::m_circle1 |
Definition at line 245 of file test_circle.cpp.
CIRCLE CIR_CIR_VECPT_CASE::m_circle2 |
Definition at line 246 of file test_circle.cpp.
std::vector<VECTOR2I> CIR_CIR_VECPT_CASE::m_exp_result |
Definition at line 247 of file test_circle.cpp.