Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep_context.cpp112 Point* SweepContext::GetPoint(const int& index) in GetPoint() function in p2t::SweepContext
137 af_head_ = new Node(*triangle->GetPoint(1), *triangle); in CreateAdvancingFront()
138 af_middle_ = new Node(*triangle->GetPoint(0), *triangle); in CreateAdvancingFront()
139 af_tail_ = new Node(*triangle->GetPoint(2)); in CreateAdvancingFront()
159 Node* n = front_->LocatePoint(t.PointCW(*t.GetPoint(i))); in MapTriangleToNodes()
H A Dsweep_context.h80 Point* GetPoint(const int& index);
H A Dsweep.cpp54 Point& point = *tcx.GetPoint(i); in SweepPoints()
344 Point* p = t.GetPoint(i); in Legalize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp368 …iangles.push_back(Point(currentTriangle->GetPoint(0)->x * CLIPPER_SCALE_FACT_INVERSE, currentTrian… in triangulateComplex()
369 …iangles.push_back(Point(currentTriangle->GetPoint(1)->x * CLIPPER_SCALE_FACT_INVERSE, currentTrian… in triangulateComplex()
370 …iangles.push_back(Point(currentTriangle->GetPoint(2)->x * CLIPPER_SCALE_FACT_INVERSE, currentTrian… in triangulateComplex()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dshapes.h161 Point* GetPoint(const int& index);
286 inline Point* Triangle::GetPoint(const int& index) in GetPoint() function