Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep_context.cpp67 return triangles_; in GetTriangles()
182 triangles_.push_back(t); in MeshClean()
H A Dsweep_context.h136 std::vector<Triangle*> triangles_; variable