Class array6D_t
Defined in File array.hpp
Inheritance Relationships
Base Type
public slam_mer::arrayNX_t< 6 >(Template Class arrayNX_t)
Class Documentation
-
class array6D_t : public slam_mer::arrayNX_t<6>
6D array of doubles.
Public Functions
-
array6D_t() = default
Default constructor.
-
inline array6D_t(const double x_, const double y_, const double z_, const double r_, const double g_, const double b_)
Construct a new array6D t object
- Parameters:
x_ – First spatial component.
y_ – Second spatial component.
z_ – Third spatial component.
r_ – First extra component (often red or roll).
g_ – Second extra component (often green or pitch).
b_ – Third extra component (often blue or yaw).
-
array6D_t() = default