diff --git a/src/Math/Vector.h b/src/Math/Vector.h index b698f88df..5beb7e22c 100644 --- a/src/Math/Vector.h +++ b/src/Math/Vector.h @@ -56,7 +56,7 @@ template class Vector: public RectangularMatrix<1, si * @brief Angle between normalized vectors * * @f[ - * \phi = \frac{a \cdot b}{|a| \cdot |b|} + * \phi = acos \left(\frac{a \cdot b}{|a| \cdot |b|} \right) * @f] * @attention Assertion fails on non-normalized vectors and NaN is * returned.