template struct mrpt::math::TPoint3D_data
Overview
Trivially copiable underlying data for TPoint3D 1-byte memory packed, no padding].
#include <mrpt/math/TPoint3D.h> template <typename T> struct TPoint3D_data { // fields T y; T z; // construction TPoint3D_data(); TPoint3D_data( T X, T Y, T Z ); }; // direct descendants template <typename T> struct TPoint3D_;