Home
last modified time | relevance | path

Searched refs:GetNeighbor (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep_context.cpp158 if (!t.GetNeighbor(i)) { in MapTriangleToNodes()
185 triangles.push_back(t->GetNeighbor(i)); in MeshClean()
H A Dsweep.cpp169 Triangle* t = triangle.GetNeighbor(index); in IsEdgeSideOfTriangle()
341 Triangle* ot = t.GetNeighbor(i); in Legalize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dshapes.h166 Triangle* GetNeighbor(const int& index);
291 inline Triangle* Triangle::GetNeighbor(const int& index) in GetNeighbor() function