aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-09-13 09:25:07 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-09-13 09:25:07 +0200
commitc10620b2b0f9a82d4069c05f05092ba3aad1c4ca (patch)
tree2bb19e90df2b5dbd5dd06092eaca9bf34618f875 /Eigen/src/Geometry
parent73c8f2f697e4722bc8626a7412132fb13e75790e (diff)
Fix typo in doc.
Diffstat (limited to 'Eigen/src/Geometry')
-rw-r--r--Eigen/src/Geometry/Transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Geometry/Transform.h b/Eigen/src/Geometry/Transform.h
index 3bab5e3fe..db5fd07c3 100644
--- a/Eigen/src/Geometry/Transform.h
+++ b/Eigen/src/Geometry/Transform.h
@@ -1073,7 +1073,7 @@ void Transform<Scalar,Dim,Mode,Options>::computeRotationScaling(RotationMatrixTy
}
}
-/** decomposes the linear part of the transformation as a product rotation x scaling, the scaling being
+/** decomposes the linear part of the transformation as a product scaling x rotation, the scaling being
* not necessarily positive.
*
* If either pointer is zero, the corresponding computation is skipped.