KiCad PCB EDA Suite
Loading...
Searching...
No Matches
triangle_2d.cpp File Reference
#include "triangle_2d.h"
#include "../ray.h"
#include <wx/debug.h>
#include <geometry/polygon_triangulation.h>
#include "../../../3d_fastmath.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ ConvertPolygonToTriangles()