KiCad PCB EDA Suite
Loading...
Searching...
No Matches
item_realignment.h File Reference
#include <optional>
#include <vector>
#include <geometry/eda_angle.h>
#include <math/vector2d.h>

Go to the source code of this file.

Classes

class  ITEM_REALIGNER_BASE
 This is a general class that takes two lists of points, and finds the best fit translation and rotation to align them. More...
 
struct  ITEM_REALIGNER_BASE::TRANSFORM
 
class  ORTHO_ITEM_REALIGNER
 This is a relatively straight-forward implementation of the ITEM_REALIGNER_BASE that should handle most practical cases. More...