From 85fdcdf0554918a485112ed078417379f691d01b Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Tue, 17 Aug 2010 20:03:50 +0200 Subject: Fixed Geometry module failures. Removed default parameter from Transform. Removed the TransformXX typedefs. Removed references to TransformXX from unit tests and docs. Assigning Transforms to a sub-group is now forbidden at compile time. Products should now properly support the Isometry flag. Fixed alignment checks in MapBase. --- Eigen/src/Geometry/Translation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Geometry/Translation.h') diff --git a/Eigen/src/Geometry/Translation.h b/Eigen/src/Geometry/Translation.h index 7a3482c8c..59d3e4a41 100644 --- a/Eigen/src/Geometry/Translation.h +++ b/Eigen/src/Geometry/Translation.h @@ -131,7 +131,7 @@ public: return res; } - /** Concatenates a translation and an affine transformation */ + /** Concatenates a translation and a transformation */ template inline Transform operator* (const Transform& t) const { -- cgit v1.2.3