Home
last modified time | relevance | path

Searched refs:GetTriangles (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dcdt.cpp55 std::vector<p2t::Triangle*> CDT::GetTriangles() in GetTriangles() function in p2t::CDT
57 return sweep_context_->GetTriangles(); in GetTriangles()
H A Dcdt.h85 std::vector<Triangle*> GetTriangles();
H A Dsweep_context.h94 std::vector<Triangle*> GetTriangles();
H A Dsweep_context.cpp65 std::vector<Triangle*> SweepContext::GetTriangles() in GetTriangles() function in p2t::SweepContext
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp361 vector<p2t::Triangle*> currentOutput = cdt->GetTriangles(); in triangulateComplex()