139 case VIATYPE::BLIND_BURIED: formatStr =
_(
"Blind/Buried Via %s on %s" );
break;
140 case VIATYPE::MICROVIA: formatStr =
_(
"Micro Via %s on %s" );
break;
141 default: formatStr =
_(
"Via %s on %s" );
break;
173 double similarity = 1.0;
210 double similarity = 1.0;
254 double similarity = 1.0;
317 *aSource = constraint.
GetName();
319 return constraint.
Value();
335 *aSource = constraint.
GetName();
337 return constraint.
Value();
353 *aSource = constraint.
GetName();
355 return constraint.
Value();
364 *aSource =
_(
"removed annular ring" );
381 *aSource = constraint.
GetName();
424 if( min_dist >=
KiROUND( dist ) )
429 if( min_dist >=
KiROUND( dist ) )
440 int radius = (
m_Width + 1 ) / 2;
441 int ymax, xmax, ymin, xmin;
454 BOX2I bbox = arc->BBox();
506 if( aMirrorAroundXAxis )
521 if( aMirrorAroundXAxis )
579 return start_end.
Cross( start_mid ) < 0;
602 top_layer =
FlipLayer( top_layer, copperLayerCount );
603 bottom_layer =
FlipLayer( bottom_layer, copperLayerCount );
610 const std::vector<KICAD_T>& aScanTypes )
612 for(
KICAD_T scanType : aScanTypes )
614 if( scanType ==
Type() )
616 if( INSPECT_RESULT::QUIT == inspector(
this, testData ) )
617 return INSPECT_RESULT::QUIT;
621 return INSPECT_RESULT::CONTINUE;
634 return board->GetTentVias();
643 return board->GetDesignSettings().m_SolderMaskExpansion;
663 else if( aLayer ==
B_Mask )
689 if( layermask.test(
F_Cu ) )
692 if( layermask.test(
B_Cu ) )
752 if( b_layer < t_layer )
753 std::swap( b_layer, t_layer );
757 *top_layer = t_layer;
760 *bottom_layer = b_layer;
843 bool connected =
false;
876 constexpr double HIDE = std::numeric_limits<double>::max();
898 size_t num_chars = netName.size();
944 bbox.
Inflate( 2 * board->GetDesignSettings().GetBiggestClearanceValue() );
975 aLayers[ aCount++ ] =
F_Mask;
978 aLayers[ aCount++ ] =
B_Mask;
984 constexpr double HIDE = (double)std::numeric_limits<double>::max();
996 visible = board->GetVisibleLayers() & board->GetEnabledLayers();
1004 highContrastLayer =
F_Cu;
1006 highContrastLayer =
B_Cu;
1008 if( !
GetLayerSet().Contains( highContrastLayer ) )
1058 default:
return _(
"Track" );
1078 double radius =
static_cast<PCB_ARC*
>( this )->GetRadius();
1091 std::tie( count, trackLen, lenPadToDie ) = board->
GetTrackLength( *
this );
1095 if( lenPadToDie != 0 )
1098 aList.emplace_back(
_(
"Pad To Die Length" ), msg );
1101 aList.emplace_back(
_(
"Full Length" ), msg );
1108 aList.emplace_back( wxString::Format(
_(
"Min Clearance: %s" ),
1110 wxString::Format(
_(
"(from %s)" ), source ) );
1115 if( !msg.IsEmpty() )
1117 aList.emplace_back( wxString::Format(
_(
"Width Constraints: %s" ), msg ),
1118 wxString::Format(
_(
"(from %s)" ), source ) );
1129 case VIATYPE::MICROVIA: msg =
_(
"Micro Via" );
break;
1130 case VIATYPE::BLIND_BURIED: msg =
_(
"Blind/Buried Via" );
break;
1131 case VIATYPE::THROUGH: msg =
_(
"Through Via" );
break;
1132 default: msg =
_(
"Via" );
break;
1135 aList.emplace_back(
_(
"Type" ), msg );
1146 aList.emplace_back( wxString::Format(
_(
"Min Clearance: %s" ),
1148 wxString::Format(
_(
"(from %s)" ), source ) );
1152 aList.emplace_back( wxString::Format(
_(
"Min Annular Width: %s" ),
1154 wxString::Format(
_(
"(from %s)" ), source ) );
1159 std::vector<MSG_PANEL_ITEM>& aList )
const
1163 aList.emplace_back(
_(
"Resolved Netclass" ),
1168 aList.emplace_back(
_(
"NetCode" ), wxString::Format( wxT(
"%d" ),
GetNetCode() ) );
1170 aList.emplace_back( wxT(
"Flags" ), wxString::Format( wxT(
"0x%08X" ),
m_flags ) );
1172 aList.emplace_back( wxT(
"Start pos" ), wxString::Format( wxT(
"%d %d" ),
1175 aList.emplace_back( wxT(
"End pos" ), wxString::Format( wxT(
"%d %d" ),
1181 aList.emplace_back(
_(
"Status" ),
_(
"Locked" ) );
1205 int max_dist = aAccuracy + (
m_Width / 2 );
1215 VECTOR2I relpos = aPosition - center;
1219 if(
std::abs( dist - radius ) > max_dist )
1227 arc_hittest -= arc_angle_start;
1233 return arc_hittest >=
ANGLE_360 + arc_angle;
1235 return arc_hittest <= arc_angle;
1241 int max_dist = aAccuracy + (
m_Width / 2 );
1245 double dist = (double) rel_pos.
x * rel_pos.x + (
double) rel_pos.y * rel_pos.y;
1246 return dist <= (double) max_dist * max_dist;
1252 BOX2I arect = aRect;
1264 BOX2I arect = aRect;
1282 BOX2I arect = aRect;
1297 return wxString::Format(
Type() ==
PCB_ARC_T ?
_(
"Track (arc) %s on %s, length %s" )
1298 :
_(
"Track %s on %s, length %s" ),
1307 return BITMAPS::add_tracks;
1321 std::swap( *
this, *
static_cast<PCB_ARC*
>( aImage ) );
1408 if( aFlash == FLASHING::ALWAYS_FLASHED
1409 || ( aFlash == FLASHING::DEFAULT && FlashLayer( aLayer ) ) )
1415 return std::make_shared<SHAPE_CIRCLE>(
m_Start, GetDrillValue() / 2 );
1427 int aClearance,
int aError,
ERROR_LOC aErrorLoc,
1428 bool ignoreLineWidth )
const
1430 wxASSERT_MSG( !ignoreLineWidth, wxT(
"IgnoreLineWidth has no meaning for tracks." ) );
1437 int radius = (
m_Width / 2 ) + aClearance;
1445 int width =
m_Width + ( 2 * aClearance );
1448 aError, aErrorLoc );
1454 int width =
m_Width + ( 2 * aClearance );
1468 .Undefined( VIATYPE::NOT_DEFINED )
1469 .Map( VIATYPE::THROUGH,
_HKI(
"Through" ) )
1470 .Map( VIATYPE::BLIND_BURIED,
_HKI(
"Blind/buried" ) )
1471 .Map( VIATYPE::MICROVIA,
_HKI(
"Micro" ) );
1475 if( layerEnum.
Choices().GetCount() == 0 )
1515 const wxString groupVia =
_HKI(
"Via Properties" );
constexpr EDA_IU_SCALE pcbIUScale
BITMAPS
A list of all bitmap identifiers.
A base class derived from BOARD_ITEM for items that can be connected and have a net,...
wxString GetNetnameMsg() const
virtual NETCLASS * GetEffectiveNetClass() const
Return the NETCLASS for this item.
wxString GetNetname() const
virtual int GetOwnClearance(PCB_LAYER_ID aLayer, wxString *aSource=nullptr) const
Return an item's "own" clearance in internal units.
wxString GetUnescapedShortNetname() const
Container for design settings for a BOARD object.
std::shared_ptr< DRC_ENGINE > m_DRCEngine
A base class for any item which can be embedded within the BOARD container class, and therefore insta...
virtual PCB_LAYER_ID GetLayer() const
Return the primary layer this item is on.
virtual void SetLayer(PCB_LAYER_ID aLayer)
Set the layer this item is on.
virtual const BOARD * GetBoard() const
Return the BOARD in which this BOARD_ITEM resides, or NULL if none.
virtual bool IsLocked() const
virtual wxString layerMaskDescribe() const
Return a string (to be shown to the user) describing a layer mask.
wxString GetLayerName() const
Return the name of the PCB layer on which the item resides.
Information pertinent to a Pcbnew printed circuit board.
int GetCopperLayerCount() const
const wxString GetLayerName(PCB_LAYER_ID aLayer) const
Return the name of a aLayer.
std::tuple< int, double, double > GetTrackLength(const PCB_TRACK &aTrack) const
Return data on the length and number of track segments connected to a given track.
BOARD_DESIGN_SETTINGS & GetDesignSettings() const
std::shared_ptr< CONNECTIVITY_DATA > GetConnectivity() const
Return a list of missing connections between components/tracks.
const Vec & GetOrigin() const
bool Intersects(const BOX2< Vec > &aRect) const
coord_type GetTop() const
bool IntersectsCircle(const Vec &aCenter, const int aRadius) const
bool Contains(const Vec &aPoint) const
BOX2< Vec > & Inflate(coord_type dx, coord_type dy)
Inflates the rectangle horizontally by dx and vertically by dy.
coord_type GetRight() const
coord_type GetLeft() const
const Vec & GetSize() const
coord_type GetBottom() const
BOX2< Vec > & Merge(const BOX2< Vec > &aRect)
Modify the position and size of the rectangle in order to contain aRect.
MINOPTMAX< int > & Value()
The base class for create windows for drawing purpose.
A base class for most all the KiCad significant classes used in schematics and boards.
EDA_ITEM & operator=(const EDA_ITEM &aItem)
Assign the members of aItem to another object.
KICAD_T Type() const
Returns the type of object.
ENUM_MAP & Map(T aValue, const wxString &aName)
static ENUM_MAP< T > & Instance()
ENUM_MAP & Undefined(T aValue)
Contains methods for drawing PCB-specific items.
virtual PCB_RENDER_SETTINGS * GetSettings() override
Return a pointer to current settings that are going to be used when drawing items.
PCB specific render settings.
PCB_LAYER_ID GetPrimaryHighContrastLayer() const
Return the board layer which is in high-contrast mode.
bool GetHighContrast() const
Hold a (potentially large) number of VIEW_ITEMs and renders them on a graphics device provided by the...
BOX2D GetViewport() const
Return the current viewport visible area rectangle.
bool IsLayerVisible(int aLayer) const
Return information about visibility of a particular layer.
PAINTER * GetPainter() const
Return the painter object used by the view for drawing #VIEW_ITEMS.
LSEQ is a sequence (and therefore also a set) of PCB_LAYER_IDs.
LSET is a set of PCB_LAYER_IDs.
static LSET AllLayersMask()
LSEQ Seq(const PCB_LAYER_ID *aWishListSequence, unsigned aCount) const
Return an LSEQ from the union of this LSET and a desired sequence.
static LSET AllCuMask(int aCuLayerCount=MAX_CU_LAYERS)
Return a mask holding the requested number of Cu PCB_LAYER_IDs.
static LSET PhysicalLayersMask()
Return a mask holding all layers which are physically realized.
static const wxChar * Name(PCB_LAYER_ID aLayerId)
Return the fixed name association with aLayerId.
static LSET FrontTechMask()
Return a mask holding all technical layers (no CU layer) on front side.
static LSET BackTechMask()
Return a mask holding all technical layers (no CU layer) on back side.
A collection of nets and the parameters used to route or test these nets.
static const int UNCONNECTED
Constant that holds the "unconnected net" number (typically 0) all items "connected" to this net are ...
bool operator==(const BOARD_ITEM &aOther) const override
virtual VECTOR2I GetPosition() const override
bool IsDegenerated(int aThreshold=5) const
virtual void swapData(BOARD_ITEM *aImage) override
EDA_ITEM * Clone() const override
Create a duplicate of this item with linked list members set to NULL.
EDA_ANGLE GetArcAngleStart() const
virtual bool HitTest(const VECTOR2I &aPosition, int aAccuracy=0) const override
Test if aPosition is inside or on the boundary of this item.
EDA_ANGLE GetArcAngleEnd() const
EDA_ANGLE GetAngle() const
const VECTOR2I & GetMid() const
PCB_ARC(BOARD_ITEM *aParent)
void Flip(const VECTOR2I &aCentre, bool aFlipLeftRight) override
Flip this object, i.e.
double Similarity(const BOARD_ITEM &aOther) const override
Return a measure of how likely the other object is to represent the same object.
VECTOR2I m_Mid
Arc mid point, halfway between start and end.
void Rotate(const VECTOR2I &aRotCentre, const EDA_ANGLE &aAngle) override
Rotate this object.
std::shared_ptr< SHAPE > GetEffectiveShape(PCB_LAYER_ID aLayer=UNDEFINED_LAYER, FLASHING aFlash=FLASHING::DEFAULT) const override
Some pad shapes can be complex (rounded/chamfered rectangle), even without considering custom shapes.
void Mirror(const VECTOR2I &aCentre, bool aMirrorAroundXAxis) override
double m_CachedScale
Last zoom scale used to draw this track's net.
double m_CachedLOD
Last LOD used to draw this track's net.
void Rotate(const VECTOR2I &aRotCentre, const EDA_ANGLE &aAngle) override
Rotate this object.
virtual void ViewGetLayers(int aLayers[], int &aCount) const override
Return the all the layers within the VIEW the object is painted on.
int GetLocalClearance(wxString *aSource) const override
Return any local clearance overrides set in the "classic" (ie: pre-rule) system.
void SetWidth(int aWidth)
double ViewGetLOD(int aLayer, KIGFX::VIEW *aView) const override
Return the level of detail (LOD) of the item.
virtual double GetLength() const
Get the length of the track using the hypotenuse calculation.
virtual void swapData(BOARD_ITEM *aImage) override
wxString GetItemDescription(UNITS_PROVIDER *aUnitsProvider) const override
Return a user-visible description string of this item.
const BOX2I ViewBBox() const override
Return the bounding box of the item covering all its layers.
INSPECT_RESULT Visit(INSPECTOR inspector, void *testData, const std::vector< KICAD_T > &aScanTypes) override
May be re-implemented for each derived class in order to handle all the types given by its member dat...
bool ApproxCollinear(const PCB_TRACK &aTrack)
VECTOR2I m_End
Line end point.
void GetMsgPanelInfo(EDA_DRAW_FRAME *aFrame, std::vector< MSG_PANEL_ITEM > &aList) override
Populate aList of MSG_PANEL_ITEM objects with it's internal state for display purposes.
virtual EDA_ITEM * Clone() const override
Create a duplicate of this item with linked list members set to NULL.
const BOX2I GetBoundingBox() const override
Return the orthogonal bounding box of this object for display purposes.
void TransformShapeToPolygon(SHAPE_POLY_SET &aBuffer, PCB_LAYER_ID aLayer, int aClearance, int aError, ERROR_LOC aErrorLoc, bool ignoreLineWidth=false) const override
Convert the track shape to a closed polygon.
const VECTOR2I & GetStart() const
virtual bool operator==(const BOARD_ITEM &aOther) const override
VECTOR2I m_Start
Line start point.
wxString GetFriendlyName() const override
BITMAPS GetMenuImage() const override
Return a pointer to an image to be used in menus.
void Flip(const VECTOR2I &aCentre, bool aFlipLeftRight) override
Flip this object, i.e.
bool HitTest(const VECTOR2I &aPosition, int aAccuracy=0) const override
Test if aPosition is inside or on the boundary of this item.
virtual double Similarity(const BOARD_ITEM &aOther) const override
Return a measure of how likely the other object is to represent the same object.
std::shared_ptr< SHAPE > GetEffectiveShape(PCB_LAYER_ID aLayer=UNDEFINED_LAYER, FLASHING aFlash=FLASHING::DEFAULT) const override
Some pad shapes can be complex (rounded/chamfered rectangle), even without considering custom shapes.
const VECTOR2I & GetEnd() const
PCB_TRACK(BOARD_ITEM *aParent, KICAD_T idtype=PCB_TRACE_T)
int m_Width
Thickness of track, or via diameter.
virtual MINOPTMAX< int > GetWidthConstraint(wxString *aSource=nullptr) const
virtual void Mirror(const VECTOR2I &aCentre, bool aMirrorAroundXAxis)
EDA_ITEM_FLAGS IsPointOnEnds(const VECTOR2I &point, int min_dist=0) const
Return STARTPOINT if point if near (dist = min_dist) start point, ENDPOINT if point if near (dist = m...
void GetMsgPanelInfoBase_Common(EDA_DRAW_FRAME *aFrame, std::vector< MSG_PANEL_ITEM > &aList) const
bool IsTented() const override
PCB_LAYER_ID BottomLayer() const
BITMAPS GetMenuImage() const override
Return a pointer to an image to be used in menus.
std::shared_ptr< SHAPE > GetEffectiveShape(PCB_LAYER_ID aLayer=UNDEFINED_LAYER, FLASHING aFlash=FLASHING::DEFAULT) const override
Some pad shapes can be complex (rounded/chamfered rectangle), even without considering custom shapes.
bool FlashLayer(int aLayer) const
Check to see whether the via should have a pad on the specific layer.
void SetDrillDefault()
Set the drill value for vias to the default value UNDEFINED_DRILL_DIAMETER.
PCB_LAYER_ID m_bottomLayer
The bottom layer of the via (the top layer is in m_layer)
bool m_isFree
"Free" vias don't get their nets auto-updated
bool HitTest(const VECTOR2I &aPosition, int aAccuracy=0) const override
Test if aPosition is inside or on the boundary of this item.
virtual void SetLayerSet(LSET aLayers) override
Note SetLayerSet() initialize the first and last copper layers connected by the via.
void SetBottomLayer(PCB_LAYER_ID aLayer)
std::array< ZONE_LAYER_OVERRIDE, MAX_CU_LAYERS > m_zoneLayerOverrides
int GetSolderMaskExpansion() const
void SetDrill(int aDrill)
Set the drill value for vias.
MINOPTMAX< int > GetDrillConstraint(wxString *aSource=nullptr) const
bool operator==(const BOARD_ITEM &aOther) const override
void GetMsgPanelInfo(EDA_DRAW_FRAME *aFrame, std::vector< MSG_PANEL_ITEM > &aList) override
Populate aList of MSG_PANEL_ITEM objects with it's internal state for display purposes.
EDA_ITEM * Clone() const override
Create a duplicate of this item with linked list members set to NULL.
int m_drill
for vias: via drill (- 1 for default value)
double ViewGetLOD(int aLayer, KIGFX::VIEW *aView) const override
Return the level of detail (LOD) of the item.
void SetTopLayer(PCB_LAYER_ID aLayer)
std::shared_ptr< SHAPE_SEGMENT > GetEffectiveHoleShape() const override
void SetLayerPair(PCB_LAYER_ID aTopLayer, PCB_LAYER_ID aBottomLayer)
For a via m_layer contains the top layer, the other layer is in m_bottomLayer/.
double Similarity(const BOARD_ITEM &aOther) const override
Return a measure of how likely the other object is to represent the same object.
bool m_removeUnconnectedLayer
Remove annular rings on unconnected layers.
void GetOutermostConnectedLayers(PCB_LAYER_ID *aTopmost, PCB_LAYER_ID *aBottommost) const
Return the top-most and bottom-most connected layers.
void ViewGetLayers(int aLayers[], int &aCount) const override
Return the all the layers within the VIEW the object is painted on.
void SanitizeLayers()
Check so that the layers are correct depending on the type of via, and so that the top actually is on...
PCB_VIA & operator=(const PCB_VIA &aOther)
void swapData(BOARD_ITEM *aImage) override
PCB_VIA(BOARD_ITEM *aParent)
wxString layerMaskDescribe() const override
Return a string (to be shown to the user) describing a layer mask.
void SetViaType(VIATYPE aViaType)
int GetMinAnnulus(PCB_LAYER_ID aLayer, wxString *aSource) const
bool IsOnLayer(PCB_LAYER_ID aLayer) const override
Test to see if this object is on the given layer.
PCB_LAYER_ID TopLayer() const
wxString GetItemDescription(UNITS_PROVIDER *aUnitsProvider) const override
Return a user-visible description string of this item.
VIATYPE m_viaType
through, blind/buried or micro
bool m_keepStartEndLayer
Keep the start and end annular rings.
int GetDrillValue() const
Calculate the drill value for vias (m_drill if > 0, or default drill value for the board).
VIATYPE GetViaType() const
MINOPTMAX< int > GetWidthConstraint(wxString *aSource=nullptr) const override
virtual LSET GetLayerSet() const override
Return a std::bitset of all layers on which the item physically resides.
void LayerPair(PCB_LAYER_ID *top_layer, PCB_LAYER_ID *bottom_layer) const
Return the 2 layers used by the via (the via actually uses all layers between these 2 layers)
void Flip(const VECTOR2I &aCentre, bool aFlipLeftRight) override
Flip this object, i.e.
Provide class metadata.Helper macro to map type hashes to names.
void InheritsAfter(TYPE_ID aDerived, TYPE_ID aBase)
Declare an inheritance relationship between types.
void Mask(TYPE_ID aDerived, TYPE_ID aBase, const wxString &aName)
Sets a base class property as masked in a derived class.
static PROPERTY_MANAGER & Instance()
PROPERTY_BASE & AddProperty(PROPERTY_BASE *aProperty, const wxString &aGroup=wxEmptyString)
Register a property.
PROPERTY_BASE & ReplaceProperty(size_t aBase, const wxString &aName, PROPERTY_BASE *aNew, const wxString &aGroup=wxEmptyString)
Replace an existing property for a specific type.
bool ApproxCollinear(const SEG &aSeg, int aDistanceThreshold=1) const
const VECTOR2I & GetArcMid() const
const VECTOR2I & GetP1() const
const VECTOR2I & GetP0() const
Represent a set of closed polygons.
wxString MessageTextFromMinOptMax(const MINOPTMAX< int > &aValue) const
wxString MessageTextFromValue(double aValue, bool aAddUnitLabel=true, EDA_DATA_TYPE aType=EDA_DATA_TYPE::DISTANCE) const
A lower-precision version of StringFromValue().
T EuclideanNorm() const
Compute the Euclidean norm of the vector, which is defined as sqrt(x ** 2 + y ** 2).
extended_type Cross(const VECTOR2< T > &aVector) const
Compute cross product of self with aVector.
void TransformCircleToPolygon(SHAPE_LINE_CHAIN &aBuffer, const VECTOR2I &aCenter, int aRadius, int aError, ERROR_LOC aErrorLoc, int aMinSegCount=0)
Convert a circle to a polygon, using multiple straight lines.
void TransformArcToPolygon(SHAPE_POLY_SET &aBuffer, const VECTOR2I &aStart, const VECTOR2I &aMid, const VECTOR2I &aEnd, int aWidth, int aError, ERROR_LOC aErrorLoc)
Convert arc to multiple straight segments.
void TransformOvalToPolygon(SHAPE_POLY_SET &aBuffer, const VECTOR2I &aStart, const VECTOR2I &aEnd, int aWidth, int aError, ERROR_LOC aErrorLoc, int aMinSegCount=0)
Convert a oblong shape to a polygon, using multiple segments.
@ ANNULAR_WIDTH_CONSTRAINT
@ VIA_DIAMETER_CONSTRAINT
static constexpr EDA_ANGLE & ANGLE_360
static constexpr EDA_ANGLE & ANGLE_0
#define PCB_EDIT_FRAME_NAME
const INSPECTOR_FUNC & INSPECTOR
#define ENDPOINT
ends. (Used to support dragging.)
std::uint32_t EDA_ITEM_FLAGS
#define STARTPOINT
When a line is selected, these flags indicate which.
ERROR_LOC
When approximating an arc or circle, should the error be placed on the outside or inside of the curve...
bool ClipLine(const BOX2I *aClipBox, int &x1, int &y1, int &x2, int &y2)
Test if any part of a line falls within the bounds of a rectangle.
FLASHING
Enum used during connectivity building to ensure we do not query connectivity while building the data...
int GetNetnameLayer(int aLayer)
Returns a netname layer corresponding to the given layer.
bool IsCopperLayer(int aLayerId)
Tests whether a layer is a copper layer.
@ LAYER_LOCKED_ITEM_SHADOW
shadow layer for locked items
@ LAYER_GP_OVERLAY
general purpose overlay
@ LAYER_VIA_HOLES
to draw via holes (pad holes do not use this layer)
@ LAYER_VIA_MICROVIA
to draw micro vias
@ LAYER_VIA_THROUGH
to draw usual through hole vias
@ LAYER_VIAS
Meta control for all vias opacity/visibility.
@ LAYER_VIA_BBLIND
to draw blind/buried vias
bool IsNetnameLayer(int aLayer)
Test whether a layer is a netname layer.
bool IsHoleLayer(int aLayer)
PCB_LAYER_ID
A quick note on layer IDs:
PCB_LAYER_ID ToLAYER_ID(int aLayer)
PCB_LAYER_ID FlipLayer(PCB_LAYER_ID aLayerId, int aCopperLayersCount)
void MIRROR(T &aPoint, const T &aMirrorRef)
Updates aPoint with the mirror of aPoint relative to the aMirrorRef.
EDA_ANGLE abs(const EDA_ANGLE &aAngle)
static struct TRACK_VIA_DESC _TRACK_VIA_DESC
#define ENUM_TO_WXANY(type)
Macro to define read-only fields (no setter method available)
wxString UnescapeString(const wxString &aSource)
constexpr int mmToIU(double mm) const
bool operator()(const PCB_TRACK *aFirst, const PCB_TRACK *aSecond) const
bool TestSegmentHit(const VECTOR2I &aRefPoint, const VECTOR2I &aStart, const VECTOR2I &aEnd, int aDist)
Test if aRefPoint is with aDistance on the line defined by aStart and aEnd.
void RotatePoint(int *pX, int *pY, const EDA_ANGLE &aAngle)
Calculate the new point of coord coord pX, pY, for a rotation center 0, 0.
const VECTOR2I CalcArcCenter(const VECTOR2I &aStart, const VECTOR2I &aMid, const VECTOR2I &aEnd)
Determine the center of an arc or circle given three points on its circumference.
double GetLineLength(const VECTOR2I &aPointA, const VECTOR2I &aPointB)
Return the length of a line segment defined by aPointA and aPointB.
double EuclideanNorm(const VECTOR2I &vector)
KICAD_T
The set of class identification values stored in EDA_ITEM::m_structType.
@ PCB_VIA_T
class PCB_VIA, a via (like a track segment on a copper layer)
@ PCB_PAD_T
class PAD, a pad in a footprint
@ PCB_ARC_T
class PCB_ARC, an arc track segment on a copper layer
@ PCB_TRACE_T
class PCB_TRACK, a track segment (segment on a copper layer)
constexpr ret_type KiROUND(fp_type v)
Round a floating point number to an integer using "round halfway cases away from zero".