KiCad PCB EDA Suite
|
Info to set up an arc by tangent to two segments and a radius. More...
Public Attributes | |
SEG | m_segment_1 |
SEG | m_segment_2 |
int | m_radius |
Info to set up an arc by tangent to two segments and a radius.
Definition at line 350 of file test_shape_arc.cpp.
int ARC_TAN_TAN_RADIUS::m_radius |
Definition at line 354 of file test_shape_arc.cpp.
SEG ARC_TAN_TAN_RADIUS::m_segment_1 |
Definition at line 352 of file test_shape_arc.cpp.
SEG ARC_TAN_TAN_RADIUS::m_segment_2 |
Definition at line 353 of file test_shape_arc.cpp.