template struct mrpt::math::TPoint2D_data

Overview

#include <mrpt/math/TPoint2D.h>

template <typename T>
struct TPoint2D_data
{
    // fields

    T y;

    // construction

    TPoint2D_data();

    TPoint2D_data(
        T X,
        T Y
        );
};

// direct descendants

template <typename T>
struct TPoint2D_;