Class array4D_t

Inheritance Relationships

Base Type

Class Documentation

class array4D_t : public slam_mer::arrayNX_t<4>

4D array of doubles.

Public Types

using vector = vector_t<array4D_t>

Public Functions

array4D_t() = default

Default constructor.

inline array4D_t(const double x_, const double y_, const double z_, const double w_)

Construct a new array4D t object

Parameters:
  • x_ – First component of the 4D array.

  • y_ – Second component of the 4D array.

  • z_ – Third component of the 4D array.

  • w_ – Fourth component of the 4D array.

Private Types

using base_t = arrayND_t<4>