KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pns_diff_pair.cpp File Reference
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <limits>
#include <geometry/shape_rect.h>
#include "pns_diff_pair.h"
#include "pns_router.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 bool PNS::checkGap (const SHAPE_LINE_CHAIN &p, const SHAPE_LINE_CHAIN &n, int gap)
 
static VECTOR2I PNS::makeGapVector (VECTOR2I dir, int length)
 
bool PNS::commonParallelProjection (SEG p, SEG n, SEG &pClip, SEG &nClip)