Template Struct TPoint3D_data

Inheritance Relationships

Derived Types

Struct Documentation

template<typename T>
struct TPoint3D_data

Trivially copiable underlying data for TPoint3D 1-byte memory packed, no padding]

Subclassed by mrpt::math::TPoint3D_< double >, mrpt::math::TPoint3D_< float >, mrpt::math::TPoint3D_< T >

Public Functions

constexpr TPoint3D_data() = default
inline constexpr TPoint3D_data(T X, T Y, T Z)

Public Members

T x

X,Y,Z coordinates

T y
T z