From 14f53bf6a357322a6d49cdfde95d2866ff82f56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 30 Sep 2012 02:05:19 +0200 Subject: [PATCH] Doc++ --- src/Math/Matrix3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Math/Matrix3.h b/src/Math/Matrix3.h index 4c7e4fd05..284425446 100644 --- a/src/Math/Matrix3.h +++ b/src/Math/Matrix3.h @@ -65,7 +65,7 @@ template class Matrix3: public Matrix<3, T> { } /** - * @brief 3D rotation matrix + * @brief 2D rotation matrix * @param angle Rotation angle (counterclockwise, in radians) * * @see rotation() const, Matrix4::rotation(T, const Vector3&), deg(),