Lines Matching refs:fTools

215 				if(fTools::less(fRetval, fZero))  in getArea()
280 if(fTools::equalZero(fLength)) in getPositionAbsolute()
286 if(fTools::less(fDistance, fZero)) in getPositionAbsolute()
303 if(fTools::moreOrEqual(fDistance, fLength)) in getPositionAbsolute()
328 if(fTools::moreOrEqual(fDistance, fEdgeLength)) in getPositionAbsolute()
347 if(!fTools::equalZero(fDistance)) in getPositionAbsolute()
353 if(!fTools::equalZero(fEdgeLength)) in getPositionAbsolute()
369 if(fTools::equalZero(fLength)) in getPositionRelative()
384 if(fTools::lessOrEqual(fDotDashLength, 0.0)) in applyLineDashing()
389 if(fTools::more(fDotDashLength, 0.0) && (pLineTarget || pGapTarget) && nPointCount) in applyLineDashing()
421 if(!fTools::equalZero(fEdgeLength)) in applyLineDashing()
423 while(fTools::less(fDotDashMovingLength, fEdgeLength)) in applyLineDashing()
590 const bool bWidthSet(!fTools::equalZero(fWidth)); in applyDefaultTextureCoordinatesParallel()
591 const bool bHeightSet(!fTools::equalZero(fHeight)); in applyDefaultTextureCoordinatesParallel()
655 if(fTools::equalZero(fY)) in applyDefaultTextureCoordinatesSphere()
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()
774 if(fTools::less(fCut, fZero)) in isInEpsilonRange()
779 else if(fTools::more(fCut, fOne)) in isInEpsilonRange()
898 const bool bCompZA(fTools::more(aPreviousPoint.getZ(), rPoint.getZ())); in isInside()
899 const bool bCompZB(fTools::more(aCurrentPoint.getZ(), rPoint.getZ())); in isInside()
904 const bool bCompYA(fTools::more(aPreviousPoint.getY(), rPoint.getY())); in isInside()
905 const bool bCompYB(fTools::more(aCurrentPoint.getY(), rPoint.getY())); in isInside()
921 if(fTools::more(fCompare, rPoint.getY())) in isInside()
939 const bool bCompZA(fTools::more(aPreviousPoint.getZ(), rPoint.getZ())); in isInside()
940 const bool bCompZB(fTools::more(aCurrentPoint.getZ(), rPoint.getZ())); in isInside()
945 const bool bCompXA(fTools::more(aPreviousPoint.getX(), rPoint.getX())); in isInside()
946 const bool bCompXB(fTools::more(aCurrentPoint.getX(), rPoint.getX())); in isInside()
962 if(fTools::more(fCompare, rPoint.getX())) in isInside()
980 const bool bCompYA(fTools::more(aPreviousPoint.getY(), rPoint.getY())); in isInside()
981 const bool bCompYB(fTools::more(aCurrentPoint.getY(), rPoint.getY())); in isInside()
986 const bool bCompXA(fTools::more(aPreviousPoint.getX(), rPoint.getX())); in isInside()
987 const bool bCompXB(fTools::more(aCurrentPoint.getX(), rPoint.getX())); in isInside()
1003 if(fTools::more(fCompare, rPoint.getX())) in isInside()
1085 if(fTools::more(fParamTestOnCurr, fZero) && fTools::less(fParamTestOnCurr, fOne)) in isPointOnLine()
1131 if(!fTools::equalZero(fScalarEdge)) in getCutBetweenLineAndPlane()
1191 const double fSmallValue(fTools::getSmallValue()); in equal()