diff --git a/src/Magnum/Math/Quaternion.h b/src/Magnum/Math/Quaternion.h index 1dd62bc14..f4b0708ef 100644 --- a/src/Magnum/Math/Quaternion.h +++ b/src/Magnum/Math/Quaternion.h @@ -548,6 +548,9 @@ template class Quaternion { * p q = [p_S \boldsymbol q_V + q_S \boldsymbol p_V + \boldsymbol p_V \times \boldsymbol q_V, * p_S q_S - \boldsymbol p_V \cdot \boldsymbol q_V] * @f] + * + * @see @ref cross(const Vector3&, const Vector3&), + * @ref Vector::dot() const */ Quaternion operator*(const Quaternion& other) const;