Template Function beluga::testing::Vector3Near

Function Documentation

template<class Scalar>
inline auto beluga::testing::Vector3Near(const Sophus::Vector3<Scalar> &t, Scalar e)

Vector3 element matcher.

Template Parameters:

Scalar – The scalar type.

Parameters:
  • t – The value to compare against.

  • e – The max absolute error.