VTK
|
Functions | |
template<class A > | |
bool | FuzzyCompare (A a, A b) |
template<class A > | |
bool | FuzzyCompare (A a, A b, A epsilon) |
bool vtkMathUtilities::FuzzyCompare | ( | A | a, |
A | b | ||
) |
Perform a fuzzy compare of floats/doubles.
Definition at line 41 of file vtkMathUtilities.h.
bool vtkMathUtilities::FuzzyCompare | ( | A | a, |
A | b, | ||
A | epsilon | ||
) |
Perform a fuzzy compare of floats/doubles, specify the allowed tolerance
Definition at line 51 of file vtkMathUtilities.h.