KiCad PCB EDA Suite
Loading...
Searching...
No Matches
shape_line_chain.cpp File Reference
#include <limits>
#include <math.h>
#include <map>
#include <string>
#include <clipper.hpp>
#include <clipper2/clipper.h>
#include <core/kicad_algo.h>
#include <geometry/circle.h>
#include <geometry/seg.h>
#include <geometry/shape_line_chain.h>
#include <geometry/shape_poly_set.h>
#include <math/box2.h>
#include <math/util.h>
#include <math/vector2d.h>
#include <trigo.h>

Go to the source code of this file.

Classes

struct  compareOriginDistance
 
struct  BOX2I_MINMAX
 
struct  SHAPE_KEY
 

Functions

static void addIntersection (SHAPE_LINE_CHAIN::INTERSECTIONS &aIps, int aPc, const SHAPE_LINE_CHAIN::INTERSECTION &aP)
 

Function Documentation

◆ addIntersection()

static void addIntersection ( SHAPE_LINE_CHAIN::INTERSECTIONS aIps,
int  aPc,
const SHAPE_LINE_CHAIN::INTERSECTION aP 
)
inlinestatic

Definition at line 1530 of file shape_line_chain.cpp.

Referenced by SHAPE_LINE_CHAIN::Intersect().