KiCad PCB EDA Suite
|
Public Attributes | |
std::string | m_ctx_name |
ARC_CENTRE_PT_ANGLE | m_geom |
int | m_arc_clearance |
SEG | m_seg |
bool | m_exp_result |
int | m_exp_distance |
Definition at line 653 of file test_shape_arc.cpp.
int ARC_SEG_COLLIDE_CASE::m_arc_clearance |
Definition at line 657 of file test_shape_arc.cpp.
std::string ARC_SEG_COLLIDE_CASE::m_ctx_name |
Definition at line 655 of file test_shape_arc.cpp.
int ARC_SEG_COLLIDE_CASE::m_exp_distance |
Definition at line 660 of file test_shape_arc.cpp.
bool ARC_SEG_COLLIDE_CASE::m_exp_result |
Definition at line 659 of file test_shape_arc.cpp.
ARC_CENTRE_PT_ANGLE ARC_SEG_COLLIDE_CASE::m_geom |
Definition at line 656 of file test_shape_arc.cpp.
SEG ARC_SEG_COLLIDE_CASE::m_seg |
Definition at line 658 of file test_shape_arc.cpp.