KiCad PCB EDA Suite
|
Struct to hold cases for operations with a SEG, and a VECTOR2I. More...
Public Attributes | |
std::string | m_case_name |
SEG | m_seg |
VECTOR2I | m_vec |
Struct to hold cases for operations with a SEG, and a VECTOR2I.
Definition at line 644 of file test_segment.cpp.
std::string SEG_VEC_CASE::m_case_name |
Definition at line 646 of file test_segment.cpp.
SEG SEG_VEC_CASE::m_seg |
Definition at line 647 of file test_segment.cpp.
VECTOR2I SEG_VEC_CASE::m_vec |
Definition at line 648 of file test_segment.cpp.