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.
|
inline |
Definition at line 234 of file convert_basic_shapes_to_polygon.cpp.
VECTOR2I ROUNDED_CORNER::m_position |
Definition at line 231 of file convert_basic_shapes_to_polygon.cpp.
Referenced by CornerListToPolygon().
int ROUNDED_CORNER::m_radius |
Definition at line 232 of file convert_basic_shapes_to_polygon.cpp.
Referenced by CornerListToPolygon().