KiCad PCB EDA Suite
|
#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) |
|
static |
Definition at line 737 of file connectivity_data.cpp.
References VECTOR2< T >::Distance(), PCB_TRACK::GetEnd(), EDA_ITEM::GetPosition(), PCB_TRACK::GetStart(), PCB_ARC_T, PCB_TRACE_T, and EDA_ITEM::Type().
Referenced by CONNECTIVITY_DATA::TestTrackEndpointDangling().