KiCad PCB EDA Suite
|
Struct to hold test cases for two lines, a point and an expected returned circle. More...
Public Attributes | |
SEG | m_segA |
SEG | m_segB |
VECTOR2I | m_pt |
CIRCLE | m_exp_result |
std::string | m_CaseName |
Struct to hold test cases for two lines, a point and an expected returned circle.
Definition at line 479 of file test_circle.cpp.
|
inherited |
Definition at line 268 of file unit_test_utils.h.
CIRCLE CIR_SEG_VECPT_CASE::m_exp_result |
Definition at line 484 of file test_circle.cpp.
VECTOR2I CIR_SEG_VECPT_CASE::m_pt |
Definition at line 483 of file test_circle.cpp.
SEG CIR_SEG_VECPT_CASE::m_segA |
Definition at line 481 of file test_circle.cpp.
SEG CIR_SEG_VECPT_CASE::m_segB |
Definition at line 482 of file test_circle.cpp.