From b2b8d11d2fa1af439705f27db272ae8382f4f88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 7 Apr 2020 19:52:34 +0200 Subject: [PATCH] Math: fix indent. --- src/Magnum/Math/Quaternion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Math/Quaternion.h b/src/Magnum/Math/Quaternion.h index be9fe94ac..7f88d7d48 100644 --- a/src/Magnum/Math/Quaternion.h +++ b/src/Magnum/Math/Quaternion.h @@ -61,7 +61,7 @@ template inline T dot(const Quaternion& a, const Quaternion& b) { @brief Angle between normalized quaternions 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] To avoid numerical issues when two complex numbers are very close to each