aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Scaling.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-30 21:36:04 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-30 21:36:04 +0000
commit9c450a52a28e10f4caf87a968612fa8d007ce4b1 (patch)
treec95245adcfa486f6cf7d75bba3456bd226d778d3 /Eigen/src/Geometry/Scaling.h
parent6ba991aa3a2ddd1a1ed1d64956aeab5cab680e54 (diff)
Split Rotation.h to Rotation2D.h and RotationBase.h,
and more code factorization based on RotationBase. Added notes about the main aim of the Translation and Scaling classes.
Diffstat (limited to 'Eigen/src/Geometry/Scaling.h')
-rw-r--r--Eigen/src/Geometry/Scaling.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/src/Geometry/Scaling.h b/Eigen/src/Geometry/Scaling.h
index 4712b7d94..ded1b6220 100644
--- a/Eigen/src/Geometry/Scaling.h
+++ b/Eigen/src/Geometry/Scaling.h
@@ -34,6 +34,8 @@
* \param _Scalar the scalar type, i.e., the type of the coefficients.
* \param _Dim the dimension of the space, can be a compile time value or Dynamic
*
+ * \note This class is not aimed to be used to store a scaling transformation,
+ * but rather to make easier the constructions and updates of Transformation object.
*
* \sa class Translation, class Transform
*/