Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep_context.h73 void CreateAdvancingFront(std::vector<Node*> nodes);
H A Dsweep_context.cpp128 void SweepContext::CreateAdvancingFront(std::vector<Node*> nodes) in CreateAdvancingFront() function in p2t::SweepContext
H A Dsweep.cpp44 tcx.CreateAdvancingFront(nodes_); in Triangulate()