aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Geometry
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/Geometry
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/Geometry')
-rw-r--r--Eigen/Geometry3
1 files changed, 2 insertions, 1 deletions
diff --git a/Eigen/Geometry b/Eigen/Geometry
index 3bb4c8801..95e6077cf 100644
--- a/Eigen/Geometry
+++ b/Eigen/Geometry
@@ -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"