|
KiCad PCB EDA Suite
|
#include <core/mirror.h>#include <geometry/shape.h>#include <base_units.h>#include <math/vector2d.h>#include <geometry/eda_angle.h>Go to the source code of this file.
Classes | |
| class | SHAPE_ARC |
Functions | |
| std::ostream & | operator<< (std::ostream &aStream, const SHAPE_ARC &aArc) |
| std::ostream & operator<< | ( | std::ostream & | aStream, |
| const SHAPE_ARC & | aArc ) |
Definition at line 37 of file shape_arc.cpp.
References SHAPE_ARC::GetArcMid(), SHAPE_ARC::GetP0(), SHAPE_ARC::GetP1(), and SHAPE_ARC::GetWidth().