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

@@ -28,7 +28,8 @@ namespace Eigen {
#include "src/Array/PartialRedux.h"
#include "src/Geometry/OrthoMethods.h"
#include "src/Geometry/Rotation.h"
#include "src/Geometry/RotationBase.h"
#include "src/Geometry/Rotation2D.h"
#include "src/Geometry/Quaternion.h"
#include "src/Geometry/AngleAxis.h"
#include "src/Geometry/Transform.h"