#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | pcl |
namespace | 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. |