KiCad PCB EDA Suite
|
#include <qa_utils/geometry/poly_set_construction.h>
#include <qa_utils/geometry/line_chain_construction.h>
Go to the source code of this file.
Namespaces | |
namespace | KI_TEST |
Functions | |
SHAPE_POLY_SET | KI_TEST::BuildPolyset (const std::vector< SHAPE_LINE_CHAIN > &aOutlines) |
Construct a SHAPE_POLY_SET from a list of points for each of outlines (no holes) | |
SHAPE_POLY_SET | KI_TEST::BuildHollowSquare (int aOuterSize, int aInnerSize, const VECTOR2I &aCentre={ 0, 0 }) |
Build a SHAPE_POLY_SET in the shape of a square outline, with a square hole, both centred at the given point. | |