template struct mrpt::math::TPoint2D_data

#include <mrpt/math/TPoint2D.h>

template <typename T>
struct TPoint2D_data
{
    //
fields

    T y;
};

// direct descendants

template <typename T>
struct TPoint2D_;