Class array4D_t
Defined in File array.hpp
Inheritance Relationships
Base Type
public slam_mer::arrayNX_t< 4 >(Template Class arrayNX_t)
Class Documentation
-
class array4D_t : public slam_mer::arrayNX_t<4>
4D array of doubles.
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.
-
array4D_t() = default