Searched refs:rNextA (Results 1 – 2 of 2) sorted by relevance
341 const B2DPoint& rNextA(maPNV[rPNa.mnIN].maPoint); in impHandleCommon() local344 if(rNextA.equal(rPrevA)) in impHandleCommon()362 if(rNextA.equal(rNextB)) in impHandleCommon()377 if(rNextA.equal(rPrevB)) in impHandleCommon()388 else if(rNextA.equal(rNextB)) in impHandleCommon()424 const B2DVector aNextAE(rNextA - aPointE); in impHandleCommon()442 else if(rNextA.equal(rPrevB)) in impHandleCommon()452 const B2DVector aNextA(rNextA - aPoint); in impHandleCommon()
237 const B2DPoint& rCurrA, const B2DPoint& rNextA, in findEdgeCutsTwoEdges() argument243 if(!(rCurrA.equal(rNextA) || rCurrB.equal(rNextB))) in findEdgeCutsTwoEdges()246 …if(!(rCurrB.equal(rCurrA) || rCurrB.equal(rNextA) || rNextB.equal(rCurrA) || rNextB.equal(rNextA))) in findEdgeCutsTwoEdges()248 const B2DVector aVecA(rNextA - rCurrA); in findEdgeCutsTwoEdges()278 const B2DPoint aCutPoint(interpolate(rCurrA, rNextA, fCut)); in findEdgeCutsTwoEdges()
Completed in 26 milliseconds