Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp361 vector<p2t::Triangle*> currentOutput = cdt->GetTriangles(); in triangulateComplex() local
365 for(U32 j = 0; j < currentOutput.size(); j++) in triangulateComplex()
367 currentTriangle = currentOutput[j]; in triangulateComplex()