|
KiCad PCB EDA Suite
|
#include <cstdio>#include <cstdlib>#include <cmath>#include <limits>#include <algorithm>#include <core/typeinfo.h>#include <geometry/shape_rect.h>#include "pns_diff_pair.h"#include "pns_router.h"#include "pns_debug_decorator.h"#include "pns_utils.h"#include "pns_arc.h"Go to the source code of this file.
Namespaces | |
| namespace | PNS |
| Push and Shove diff pair dimensions (gap) settings dialog. | |
Functions | |
| static DIRECTION_45::AngleType | PNS::angle (const VECTOR2I &a, const VECTOR2I &b) |
| static VECTOR2I | PNS::makeGapVector (VECTOR2I dir, int length) |
| static int | PNS::minDimensionForPrimitive (const ITEM *aPrim) |
| bool | PNS::commonParallelProjection (SEG p, SEG n, SEG &pClip, SEG &nClip) |