Template Struct TPoint2D_data

Inheritance Relationships

Derived Types

Struct Documentation

template<typename T>
struct TPoint2D_data

Subclassed by mrpt::math::TPoint2D_< double >, mrpt::math::TPoint2D_< T >

Public Functions

constexpr TPoint2D_data() = default
inline constexpr TPoint2D_data(T X, T Y)

Public Members

T x

X,Y coordinates

T y