Browse Source

Math: link relevant APIs in Quaternion multiply docs.

pull/504/head
Vladimír Vondruš 5 years ago
parent
commit
f0f8dce559
  1. 3
      src/Magnum/Math/Quaternion.h

3
src/Magnum/Math/Quaternion.h

@ -548,6 +548,9 @@ template<class T> 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<T>&, const Vector3<T>&),
* @ref Vector::dot() const
*/
Quaternion<T> operator*(const Quaternion<T>& other) const;

Loading…
Cancel
Save