9 #ifndef ROTATION_MATRIX3_H
10 #define ROTATION_MATRIX3_H
17 #include <argos3/core/utility/math/matrix/squarematrix.h>
42 f_value3, f_value4, f_value5,
43 f_value6, f_value7, f_value8);
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
It defines the basic type CRadians, used to store an angle value in radians.
CRotationMatrix3(Real f_value0, Real f_value1, Real f_value2, Real f_value3, Real f_value4, Real f_value5, Real f_value6, Real f_value7, Real f_value8)
CVector3 operator*(const CVector3 &c_vector) const
void SetFromValues(Real f_value0, Real f_value1, Real f_value2, Real f_value3, Real f_value4, Real f_value5, Real f_value6, Real f_value7, Real f_value8)
CRotationMatrix3(const CRadians &c_z_angle, const CRadians &c_y_angle, const CRadians &c_x_angle)
void SetFromAngles(const CRadians &c_x_angle, const CRadians &c_y_angle, const CRadians &c_z_angle)
CRotationMatrix3(const CMatrix< 3, 3 > &c_matrix)
void SetFromMatrix(const CMatrix< 3, 3 > &c_matrix)