Lines Matching refs:equal

48 				&& rCandidate.getB3DPoint(0L).equal(rCandidate.getB3DPoint(rCandidate.count() - 1L)))  in checkClosed()
503 if(aFirst.getB3DPoint(0).equal(aLast.getB3DPoint(aLast.count() - 1))) in applyLineDashing()
525 if(aFirst.getB3DPoint(0).equal(aLast.getB3DPoint(aLast.count() - 1))) in applyLineDashing()
668 else if(fTools::equal(fY, fOne)) in applyDefaultTextureCoordinatesSphere()
718 if(fTools::equalZero(aTexCoor.getY()) || fTools::equal(aTexCoor.getY(), fOne)) in applyDefaultTextureCoordinatesSphere()
723 …const bool bPrevPole(fTools::equalZero(aPrevTexCoor.getY()) || fTools::equal(aPrevTexCoor.getY(), … in applyDefaultTextureCoordinatesSphere()
724 …const bool bNextPole(fTools::equalZero(aNextTexCoor.getY()) || fTools::equal(aNextTexCoor.getY(), … in applyDefaultTextureCoordinatesSphere()
1037 if(rCandidate.equal(rStart) || rCandidate.equal(rEnd)) in isPointOnLine()
1042 else if(rStart.equal(rEnd)) in isPointOnLine()
1118 return rPoint.equal(rCandidate.getB3DPoint(0)); in isPointOnPolygon()
1126 if(!rPlaneNormal.equalZero() && !rEdgeStart.equal(rEdgeEnd)) in getCutBetweenLineAndPlane()
1148 if(nPointCount > 2 && !rEdgeStart.equal(rEdgeEnd)) in getCutBetweenLineAndPolygon()
1166 …bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB, const double& rfSmallValu… in equal() function
1182 if(!aPoint.equal(rCandidateB.getB3DPoint(a), rfSmallValue)) in equal()
1189 bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB) in equal() function
1193 return equal(rCandidateA, rCandidateB, fSmallValue); in equal()