KiCad PCB EDA Suite
|
#include <reporter.h>
#include <macros.h>
#include <board_commit.h>
#include <cleanup_item.h>
#include <pcb_shape.h>
#include <pad.h>
#include <footprint.h>
#include <graphics_cleaner.h>
#include <fix_board_shape.h>
#include <board_design_settings.h>
#include <tool/tool_manager.h>
#include <tools/pad_tool.h>
Go to the source code of this file.
Functions | |
bool | equivalent (const VECTOR2I &a, const VECTOR2I &b, int epsilon) |
Definition at line 86 of file graphics_cleaner.cpp.
References epsilon, VECTOR2< T >::x, and VECTOR2< T >::y.