From 1253a6004661d2edcec912c85826e23931bc4d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 1 Jun 2019 13:08:27 +0200 Subject: [PATCH] Math: doc++ --- src/Magnum/Math/Matrix4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Math/Matrix4.h b/src/Magnum/Math/Matrix4.h index 46cf4c608..88e0f71a6 100644 --- a/src/Magnum/Math/Matrix4.h +++ b/src/Magnum/Math/Matrix4.h @@ -839,7 +839,7 @@ template class Matrix4: public Matrix4x4 { /** * @brief Transform a 3D vector with the matrix * - * Unlike in @ref transformVector(), translation is not involved in the + * Unlike in @ref transformPoint(), translation is not involved in the * transformation. @f[ * \boldsymbol v' = \boldsymbol M \begin{pmatrix} v_x \\ v_y \\ v_z \\ 0 \end{pmatrix} * @f]