KiCad PCB EDA Suite
|
Utilities for creating useful line chain idioms commonly founds in QA utilities and tests. More...
#include <geometry/shape_line_chain.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. | |
Utilities for creating useful line chain idioms commonly founds in QA utilities and tests.
Definition in file line_chain_construction.h.