KiCad PCB EDA Suite
|
#include <qa_utils/geometry/line_chain_construction.h>
Go to the source code of this file.
Namespaces | |
namespace | KI_TEST |
Functions | |
SHAPE_LINE_CHAIN | KI_TEST::BuildRectChain (const VECTOR2I &aSize, const VECTOR2I &aCentre={ 0, 0 }) |
Builds a rectangular SHAPE_LINE_CHAIN of a certain size at a certain centre. | |
SHAPE_LINE_CHAIN | KI_TEST::BuildSquareChain (int aSize, const VECTOR2I &aCentre={ 0, 0 }) |
Builds a square SHAPE_LINE_CHAIN of a certain size at a certain centre. | |