|
KiCad PCB EDA Suite
|
Public Member Functions | |
| ROUNDED_CORNER (int x, int y) | |
| ROUNDED_CORNER (int x, int y, int radius) | |
Public Attributes | |
| VECTOR2I | m_position |
| int | m_radius |
Definition at line 229 of file convert_basic_shapes_to_polygon.cpp.
|
inline |
Definition at line 233 of file convert_basic_shapes_to_polygon.cpp.
References m_position, and m_radius.
|
inline |
Definition at line 234 of file convert_basic_shapes_to_polygon.cpp.
References m_position, m_radius, and radius.
| VECTOR2I ROUNDED_CORNER::m_position |
Definition at line 231 of file convert_basic_shapes_to_polygon.cpp.
Referenced by CornerListToPolygon(), ROUNDED_CORNER(), and ROUNDED_CORNER().
| int ROUNDED_CORNER::m_radius |
Definition at line 232 of file convert_basic_shapes_to_polygon.cpp.
Referenced by CornerListToPolygon(), ROUNDED_CORNER(), and ROUNDED_CORNER().