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> 
CRotationMatrix2(const CMatrix< 2, 2 > &c_matrix)
 
CRotationMatrix2(Real f_value0, Real f_value1, Real f_value2, Real f_value3)
 
float Real
Collects all ARGoS code. 
 
CRotationMatrix2(const CRadians &c_angle)
 
void SetFromValues(Real f_value0, Real f_value1, Real f_value2, Real f_value3)
 
It defines the basic type CRadians, used to store an angle value in radians. 
 
void SetFromMatrix(const CMatrix< 2, 2 > &c_matrix)
 
void SetFromAngle(const CRadians &c_angle)
 
Real m_pfValues[ROWS *COLS]
 
CVector2 operator*(const CVector2 &c_vector) const 
 
The namespace containing all the ARGoS related code.