Get it
Learn it
Advanced
#include <mrpt/math/TPoint3D.h> template <typename T> struct TPoint3D_data { // fields T y; T z; }; // direct descendants template <typename T> struct TPoint3D_;