diff --git a/src/Magnum/Math/Functions.h b/src/Magnum/Math/Functions.h index 163c9318b..a9b3bdf7a 100644 --- a/src/Magnum/Math/Functions.h +++ b/src/Magnum/Math/Functions.h @@ -542,7 +542,7 @@ template Vector sqrtInverted(const Vector&, const Quaternion&, T) @m_keyword{mix(),GLSL mix(),} @@ -589,7 +589,7 @@ template inline BoolVector lerp(const BoolVector& @param lerp Interpolated value Returns interpolation phase *t*: @f[ - t = \frac{\boldsymbol v_{LERP} - \boldsymbol v_A}{\boldsymbol v_B - \boldsymbol v_A} + t = \frac{\boldsymbol{v_{LERP}} - \boldsymbol{v_A}}{\boldsymbol{v_B} - \boldsymbol{v_A}} @f] @see @ref lerp() */