Browse Source

Math: fix indent.

pull/433/head
Vladimír Vondruš 6 years ago
parent
commit
b2b8d11d2f
  1. 2
      src/Magnum/Math/Quaternion.h

2
src/Magnum/Math/Quaternion.h

@ -61,7 +61,7 @@ template<class T> inline T dot(const Quaternion<T>& a, const Quaternion<T>& b) {
@brief Angle between normalized quaternions @brief Angle between normalized quaternions
Expects that both quaternions are normalized. @f[ Expects that both quaternions are normalized. @f[
\theta = \arccos \left( \frac{p \cdot q}{|p| |q|} \right) = \arccos(p \cdot q) \theta = \arccos \left( \frac{p \cdot q}{|p| |q|} \right) = \arccos(p \cdot q)
@f] @f]
To avoid numerical issues when two complex numbers are very close to each To avoid numerical issues when two complex numbers are very close to each

Loading…
Cancel
Save