KiCad PCB EDA Suite
Loading...
Searching...
No Matches
polygon_geom_manager.cpp File Reference
#include <limits>
#include <vector>
#include <preview_items/polygon_geom_manager.h>
#include <geometry/geometry_utils.h>
#include <geometry/shape_line_chain.h>

Go to the source code of this file.

Functions

static SHAPE_LINE_CHAIN build45DegLeader (const VECTOR2I &aEndPoint, const SHAPE_LINE_CHAIN &aLastPoints)
 
static SHAPE_LINE_CHAIN build90DegLeader (const VECTOR2I &aEndPoint, const SHAPE_LINE_CHAIN &aLastPoints)
 

Function Documentation

◆ build45DegLeader()

◆ build90DegLeader()

static SHAPE_LINE_CHAIN build90DegLeader ( const VECTOR2I & aEndPoint,
const SHAPE_LINE_CHAIN & aLastPoints )
static