![]() |
KiCad PCB EDA Suite
|
#include <ttl/halfedge/hetriang.h>
#include <ttl/halfedge/hetraits.h>
#include <ttl/ttl.h>
#include <algorithm>
#include <fstream>
#include <limits>
#include <memory>
Go to the source code of this file.
Functions | |
static EDGE_PTR | getLeadingEdgeInTriangle (const EDGE_PTR &aEdge) |
static void | getLimits (NODES_CONTAINER::iterator aFirst, NODES_CONTAINER::iterator aLast, int &aXmin, int &aYmin, int &aXmax, int &aYmax) |
Definition at line 69 of file hetriang.cpp.
Referenced by hed::TRIANGULATION::RemoveTriangle(), and hed::TRIANGULATION::ReverseSplitTriangle().
|
static |
Definition at line 91 of file hetriang.cpp.
Referenced by hed::TRIANGULATION::InitTwoEnclosingTriangles().