KiCad PCB EDA Suite
|
Struct to hold test cases for a given circle, a point and an expected return point. More...
Public Attributes | |
CIRCLE | m_circle |
VECTOR2I | m_point |
VECTOR2I | m_exp_result |
std::string | m_CaseName |
Struct to hold test cases for a given circle, a point and an expected return point.
Definition at line 179 of file test_circle.cpp.
|
inherited |
Definition at line 268 of file unit_test_utils.h.
CIRCLE CIR_PT_PT_CASE::m_circle |
Definition at line 181 of file test_circle.cpp.
VECTOR2I CIR_PT_PT_CASE::m_exp_result |
Definition at line 183 of file test_circle.cpp.
VECTOR2I CIR_PT_PT_CASE::m_point |
Definition at line 182 of file test_circle.cpp.