|
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 454 of file test_shape_arc.cpp.
| int ARC_TAN_TAN_RADIUS::m_radius |
Definition at line 458 of file test_shape_arc.cpp.
| SEG ARC_TAN_TAN_RADIUS::m_segment_1 |
Definition at line 456 of file test_shape_arc.cpp.
| SEG ARC_TAN_TAN_RADIUS::m_segment_2 |
Definition at line 457 of file test_shape_arc.cpp.