template struct mrpt::math::TPoint3D_dataΒΆ

#include <mrpt/math/TPoint3D.h>

template <typename T>
struct TPoint3D_data
{
    //
fields

    T y;
    T z;
};

// direct descendants

template <typename T>
struct TPoint3D_;