25 cResult = c_quaternion;
27 cResult *= c_quaternion.
Inverse();
28 m_fX = cResult.
GetX();
29 m_fY = cResult.
GetY();
30 m_fZ = cResult.
GetZ();
The namespace containing all the ARGoS related code.
CQuaternion Inverse() const
static const CVector3 Y
The y axis.
CVector3 & Rotate(const CQuaternion &c_quaternion)
Rotates this vector by the given quaternion.
static const CVector3 X
The x axis.
static const CVector3 Z
The z axis.
static const CVector3 ZERO
The zero vector (0,0,0)