KiCad PCB EDA Suite
|
#include <qa_utils/geometry/seg_construction.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. | |