KiCad PCB EDA Suite
|
Info to set up an arc by centre, start point and angle. More...
Public Attributes | |
VECTOR2I | m_center_point |
VECTOR2I | m_start_point |
double | m_center_angle |
Info to set up an arc by centre, start point and angle.
In future there may be more ways to set this up, so keep it separate
Definition at line 160 of file test_shape_arc.cpp.
double ARC_CENTRE_PT_ANGLE::m_center_angle |
Definition at line 164 of file test_shape_arc.cpp.
VECTOR2I ARC_CENTRE_PT_ANGLE::m_center_point |
Definition at line 162 of file test_shape_arc.cpp.
VECTOR2I ARC_CENTRE_PT_ANGLE::m_start_point |
Definition at line 163 of file test_shape_arc.cpp.