KiCad PCB EDA Suite
|
Struct to hold test cases for two lines, a point and an expected returned circle. More...
Public Attributes | |
std::string | m_case_name |
SEG | m_segA |
SEG | m_segB |
VECTOR2I | m_pt |
CIRCLE | m_exp_result |
Struct to hold test cases for two lines, a point and an expected returned circle.
Definition at line 509 of file test_circle.cpp.
std::string CIR_SEG_VECPT_CASE::m_case_name |
Definition at line 511 of file test_circle.cpp.
CIRCLE CIR_SEG_VECPT_CASE::m_exp_result |
Definition at line 515 of file test_circle.cpp.
VECTOR2I CIR_SEG_VECPT_CASE::m_pt |
Definition at line 514 of file test_circle.cpp.
SEG CIR_SEG_VECPT_CASE::m_segA |
Definition at line 512 of file test_circle.cpp.
SEG CIR_SEG_VECPT_CASE::m_segB |
Definition at line 513 of file test_circle.cpp.