KiCad PCB EDA Suite
|
#include <core/kicad_algo.h>
#include <geometry/geometry_utils.h>
#include <geometry/seg.h>
#include <geometry/shape_arc.h>
#include <geometry/shape_circle.h>
#include <geometry/shape_line_chain.h>
#include <convert_basic_shapes_to_polygon.h>
#include <trigo.h>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &aStream, const SHAPE_ARC &aArc) |
std::ostream & operator<< | ( | std::ostream & | aStream, |
const SHAPE_ARC & | aArc | ||
) |
Definition at line 36 of file shape_arc.cpp.
References SHAPE_ARC::GetArcMid(), SHAPE_ARC::GetP0(), SHAPE_ARC::GetP1(), SHAPE_ARC::GetWidth(), and operator<<().