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]