|
Point Cloud Library (PCL)
1.6.0
|
#include <limits>

Go to the source code of this file.
Namespaces | |
| pcl | |
| pcl::utils | |
Functions | |
| template<typename T > | |
| bool | pcl::utils::equal (T val1, T val2, T eps=std::numeric_limits< T >::min()) |
| Check if val1 and val2 are equals to an epsilon extent. More... | |
1.8.4