From 6e74966d943fdb768c00c5c4449625da0d429cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 4 Jul 2018 18:28:21 +0200 Subject: [PATCH] Math: doc++ Make the whole vector bold, including the subscript. --- src/Magnum/Math/Functions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() */