Point Cloud Library (PCL)
1.8.0
|
Functions | |
template<typename T > | |
bool | equal (T val1, T val2, T eps=std::numeric_limits< T >::min()) |
Check if val1 and val2 are equals to an epsilon extent. More... | |
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.
[in] | val1 | first number to check |
[in] | val2 | second number to check |
[in] | eps | epsilon |
Definition at line 55 of file utils.h.
Referenced by pcl::ShapeContext3DEstimation< PointInT, PointNT, PointOutT >::computePoint(), and pcl::UniqueShapeContext< PointInT, PointOutT, PointRFT >::computePointDescriptor().