109 static float ToDegree(
float radianValue);
118 static float ToRadian(
float degreeValue);
namespace of the flair Framework
Definition: Ahrs.h:19
Class defining euler angles.
Definition: Euler.h:27
float pitch
pitch value
Definition: Euler.h:139
float yaw
yaw value
Definition: Euler.h:144
Euler(float roll=0, float pitch=0, float yaw=0)
Constructor.
static float ToRadian(float degreeValue)
Convert from degree to radian.
float roll
roll value
Definition: Euler.h:134
Quaternion ToQuaternion(void) const
Convert to quaternion.
static float ToDegree(float radianValue)
Convert from radian to degree.
Class defining a quaternion.
Definition: Quaternion.h:26
float YawDistanceFrom(float angle) const
Compute yaw distance.