KiCad PCB EDA Suite
|
All properties of an arc (depending on how it's constructed, some of these might be the same as the constructor params) More...
Public Attributes | |
VECTOR2I | m_center_point |
VECTOR2I | m_start_point |
VECTOR2I | m_end_point |
double | m_center_angle |
double | m_start_angle |
double | m_end_angle |
int | m_radius |
BOX2I | m_bbox |
All properties of an arc (depending on how it's constructed, some of these might be the same as the constructor params)
Definition at line 41 of file test_shape_arc.cpp.
BOX2I ARC_PROPERTIES::m_bbox |
Definition at line 50 of file test_shape_arc.cpp.
Referenced by CheckArcGeom().
double ARC_PROPERTIES::m_center_angle |
Definition at line 46 of file test_shape_arc.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and CheckArcGeom().
VECTOR2I ARC_PROPERTIES::m_center_point |
Definition at line 43 of file test_shape_arc.cpp.
Referenced by CheckArcGeom().
double ARC_PROPERTIES::m_end_angle |
Definition at line 48 of file test_shape_arc.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and CheckArcGeom().
VECTOR2I ARC_PROPERTIES::m_end_point |
Definition at line 45 of file test_shape_arc.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and CheckArcGeom().
int ARC_PROPERTIES::m_radius |
Definition at line 49 of file test_shape_arc.cpp.
Referenced by CheckArcGeom().
double ARC_PROPERTIES::m_start_angle |
Definition at line 47 of file test_shape_arc.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and CheckArcGeom().
VECTOR2I ARC_PROPERTIES::m_start_point |
Definition at line 44 of file test_shape_arc.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and CheckArcGeom().