Browse Source

Math: doc++

pull/300/head
Vladimír Vondruš 7 years ago
parent
commit
1253a60046
  1. 2
      src/Magnum/Math/Matrix4.h

2
src/Magnum/Math/Matrix4.h

@ -839,7 +839,7 @@ template<class T> class Matrix4: public Matrix4x4<T> {
/** /**
* @brief Transform a 3D vector with the matrix * @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[ * transformation. @f[
* \boldsymbol v' = \boldsymbol M \begin{pmatrix} v_x \\ v_y \\ v_z \\ 0 \end{pmatrix} * \boldsymbol v' = \boldsymbol M \begin{pmatrix} v_x \\ v_y \\ v_z \\ 0 \end{pmatrix}
* @f] * @f]

Loading…
Cancel
Save