|
OpenKalman
|
#include <gtest/gtest.h>

Go to the source code of this file.
Classes | |
| struct | OpenKalman::test::TestComparison< Arg1, Arg2, Err, typename > |
| struct | OpenKalman::test::detail::is_near_t |
Functions | |
| template<typename Arg1 , typename Arg2 , typename Err > | |
| OpenKalman::test::TestComparison (const Arg1 &, const Arg2 &, const Err &) -> TestComparison< Arg1, Arg2, Err > | |
Variables | |
| constexpr detail::is_near_t | OpenKalman::test::is_near |
| Determine if two objects are "near" each other, within a margin of error. More... | |
|
inline |
Determine if two objects are "near" each other, within a margin of error.
| arg1 | The first object |
| arg2 | The second object |
| err | The margin of error |
1.8.13