KiCad PCB EDA Suite
Loading...
Searching...
No Matches
triangle_2d.h File Reference
#include "object_2d.h"
#include "../accelerators/container_2d.h"
#include <geometry/shape_line_chain.h>
#include <geometry/shape_poly_set.h>
#include <clipper.hpp>

Go to the source code of this file.

Classes

class  TRIANGLE_2D
 

Functions

void ConvertPolygonToTriangles (const SHAPE_POLY_SET &aPolyList, CONTAINER_2D_BASE &aDstContainer, float aBiuTo3dUnitsScale, const BOARD_ITEM &aBoardItem)
 

Function Documentation

◆ ConvertPolygonToTriangles()