KiCad PCB EDA Suite
|
Struct to hold test cases for a given circle, a point and an expected return point. More...
Public Attributes | |
std::string | m_case_name |
CIRCLE | m_circle |
VECTOR2I | m_point |
VECTOR2I | m_exp_result |
Struct to hold test cases for a given circle, a point and an expected return point.
Definition at line 185 of file test_circle.cpp.
std::string CIR_PT_PT_CASE::m_case_name |
Definition at line 187 of file test_circle.cpp.
CIRCLE CIR_PT_PT_CASE::m_circle |
Definition at line 188 of file test_circle.cpp.
VECTOR2I CIR_PT_PT_CASE::m_exp_result |
Definition at line 190 of file test_circle.cpp.
VECTOR2I CIR_PT_PT_CASE::m_point |
Definition at line 189 of file test_circle.cpp.