9 #ifndef TRANSFORMATION_MATRIX2_H
10 #define TRANSFORMATION_MATRIX2_H
14 class CRotationMatrix2;
17 #include <argos3/core/utility/math/matrix/squarematrix.h>
40 f_value3, f_value4, f_value5,
41 f_value6, f_value7, f_value8);
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
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)
CTransformationMatrix2(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)
CTransformationMatrix2(const CMatrix< 3, 3 > &c_matrix)
void SetTranslationVector(const CVector2 &c_translation)
CRotationMatrix2 GetRotationMatrix() const
void SetFromMatrix(const CMatrix< 3, 3 > &c_matrix)
void SetFromComponents(const CRotationMatrix2 &c_rotation, const CVector2 &c_translation)
CVector2 GetTranslationVector() const
CTransformationMatrix2(const CRotationMatrix2 &c_rotation, const CVector2 &c_translation)
void SetRotationMatrix(const CRotationMatrix2 &c_rotation)