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.
This commit is contained in:
Gael Guennebaud
2008-08-30 21:36:04 +00:00
parent 6ba991aa3a
commit 9c450a52a2
9 changed files with 159 additions and 150 deletions

View File

@@ -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 translation transformation,
* but rather to make easier the constructions and updates of Transformation object.
*
* \sa class Scaling, class Transform
*/