KiCad PCB EDA Suite
Loading...
Searching...
No Matches
connectivity_data.cpp File Reference
#include <algorithm>
#include <future>
#include <initializer_list>
#include <connectivity/connectivity_data.h>
#include <connectivity/connectivity_algo.h>
#include <connectivity/from_to_cache.h>
#include <project/net_settings.h>
#include <board_design_settings.h>
#include <geometry/shape_segment.h>
#include <geometry/shape_circle.h>
#include <ratsnest/ratsnest_data.h>
#include <progress_reporter.h>
#include <core/thread_pool.h>
#include <trigo.h>
#include <drc/drc_rtree.h>

Go to the source code of this file.

Functions

static int getMinDist (BOARD_CONNECTED_ITEM *aItem, const VECTOR2I &aPoint)
 

Function Documentation

◆ getMinDist()