KiCad PCB EDA Suite
|
Utilities for creating useful line chain idioms commonly founds in QA utilities and tests. More...
#include <geometry/seg.h>
Go to the source code of this file.
Namespaces | |
namespace | KI_TEST |
Functions | |
SEG | KI_TEST::BuildHSeg (const VECTOR2I &aStart, int aLength) |
Build a horizontal segment from a point with a length. | |
SEG | KI_TEST::BuildVSeg (const VECTOR2I &aStart, int aLength) |
Build a vertical segment from a point with a length. | |
Utilities for creating useful line chain idioms commonly founds in QA utilities and tests.
Definition in file seg_construction.h.