11 #include <argos3/core/utility/math/angles.h>
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
Real Cos(const CRadians &c_radians)
Computes the cosine of the passed value in radians.
Real Sin(const CRadians &c_radians)
Computes the sine of the passed value in radians.
It defines the basic type CRadians, used to store an angle value in radians.
Real m_pfValues[ROWS *COLS]
void SetFromAngle(const CRadians &c_angle)
void SetFromValues(Real f_value0, Real f_value1, Real f_value2, Real f_value3)
void SetFromMatrix(const CMatrix< 2, 2 > &c_matrix)