| 
    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 <geometry/shape_rect.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 37 of file shape_arc.cpp.
References SHAPE_ARC::GetArcMid(), SHAPE_ARC::GetP0(), SHAPE_ARC::GetP1(), and SHAPE_ARC::GetWidth().