29 #ifndef __vtkMathUtilities_h
30 #define __vtkMathUtilities_h
43 return fabs(a - b) < std::numeric_limits<A>::epsilon();
53 return fabs(a - b) < epsilon;
59 #endif // __vtkMathUtilities_h
bool FuzzyCompare(A a, A b)
templated utility math functions intended for internal use in tests etc.