aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Geometry
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-06-15 08:33:44 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-06-15 08:33:44 +0000
commitfbbd8afe3086cc1a1f455cc5264f0b6fc063f8b6 (patch)
tree48a7af7b7060033a3555c74be3a73fc7c638fcf2 /Eigen/Geometry
parent4af7089ab82583d39cc6fa1679a1406fb1185da5 (diff)
Started a Transform class in the Geometry module to represent
homography. Fix indentation in Quaternion.h
Diffstat (limited to 'Eigen/Geometry')
-rw-r--r--Eigen/Geometry1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Geometry b/Eigen/Geometry
index 2b39336a2..fe241b5c9 100644
--- a/Eigen/Geometry
+++ b/Eigen/Geometry
@@ -7,6 +7,7 @@ namespace Eigen {
#include "src/Geometry/Cross.h"
#include "src/Geometry/Quaternion.h"
+#include "src/Geometry/Transform.h"
// the Geometry module use cwiseCos and cwiseSin which are defined in the Array module
#include "src/Array/CwiseOperators.h"