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(),