|
VTK
|
#include <cmath>#include <limits>
Go to the source code of this file.
Namespaces | |
| namespace | vtkMathUtilities |
Functions | |
| template<class A > | |
| bool | vtkMathUtilities::FuzzyCompare (A a, A b) |
| template<class A > | |
| bool | vtkMathUtilities::FuzzyCompare (A a, A b, A epsilon) |
| template<class A > | |
| A | vtkMathUtilities::SafeDivision (A a, A b) |
| template<class A > | |
| bool | vtkMathUtilities::NearlyEqual (A a, A b, A tol=std::numeric_limits< A >::epsilon()) |
1.8.0