9 #ifndef ROTATION_MATRIX2_H
10 #define ROTATION_MATRIX2_H
16 #include <argos3/core/utility/math/matrix/squarematrix.h>
17 #include <argos3/core/utility/math/vector2.h>
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.
Real m_pfValues[ROWS *COLS]
CRotationMatrix2(const CRadians &c_angle)
CVector2 operator*(const CVector2 &c_vector) const
void SetFromAngle(const CRadians &c_angle)
CRotationMatrix2(const CMatrix< 2, 2 > &c_matrix)
CRotationMatrix2(Real f_value0, Real f_value1, Real f_value2, Real f_value3)
void SetFromValues(Real f_value0, Real f_value1, Real f_value2, Real f_value3)
void SetFromMatrix(const CMatrix< 2, 2 > &c_matrix)