Go to the source code of this file.
Namespaces | |
crl | |
crl::multisense | |
crl::multisense::details | |
crl::multisense::details::utility | |
Functions | |
template<class Type > | |
bool | crl::multisense::details::utility::approxEqual (Type const &xx, Type const &yy, Type const &epsilon) |
template<class Type > | |
bool | crl::multisense::details::utility::approximatelyEqual (Type const &xx, Type const &yy, Type const &epsilon) |
template<class Type > | |
Type | crl::multisense::details::utility::boundValue (Type const &value, Type const &minimum, Type const &maximum) |
template<class Type > | |
Type | crl::multisense::details::utility::decayedAverage (Type const &previous, Type const &samples, Type const &newest) |