template struct mrpt::poses::Lie::EuclideanBaseΒΆ

#include <mrpt/poses/Lie/Euclidean.h>

template <unsigned int N>
struct EuclideanBase
{
    // typedefs

    typedef mrpt::math::CVectorFixedDouble<DOFs> tangent_vector;

    //
fields

    static constexpr size_t DOFs = N;
};

// direct descendants

template <>
struct Euclidean<2>;

template <>
struct Euclidean<3>;