Go to the documentation of this file.
5 #include <SimoxUtility/math/convert/mat3f_to_rpy.h>
6 #include <SimoxUtility/math/convert/rpy_to_mat3f.h>
29 Eigen::Vector3f result;
30 result.x() =
x.getValue();
47 x.setRange(allMin, allMax);
63 x.setDecimals(decimals);
102 result.block<1, 4>(3, 0) = Eigen::Vector4f::UnitW();
109 Eigen::Vector3f result;
110 result.x() =
x.getValue();
131 return simox::math::rpy_to_mat3f(r, p,
y);
137 Eigen::Vector3f rpy = simox::math::mat3f_to_rpy(m);
147 x.setRange(allMin, allMax);
179 x.setDecimals(decimals);
bool hasValueChanged() const
MatrixXX< 4, 4, float > Matrix4f
void setValue(float newValue)
void setRange(float min, float max)
uint32_t Label
Type of an object label.
std::shared_ptr< Value > value()
void setDecimals(int decimals)
MatrixXX< 3, 3, float > Matrix3f
This file offers overloads of toIce() and fromIce() functions for STL container types.