KiCad PCB EDA Suite
Loading...
Searching...
No Matches
junction_helpers.h File Reference
#include <math/vector2d.h>
#include <sch_rtree.h>

Go to the source code of this file.

Classes

struct  JUNCTION_HELPERS::POINT_INFO
 A selection of information about a point in the schematic that might be eligible for turning into a junction. More...
 

Namespaces

namespace  JUNCTION_HELPERS
 

Functions

POINT_INFO JUNCTION_HELPERS::AnalyzePoint (const EE_RTREE &aItem, const VECTOR2I &aPosition, bool aBreakCrossings)
 Check a tree of items for a confluence at a given point and work out what kind of junction it is, if any.