From 52406aecadd5677f5cb5507a546ed2f68069e61f Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 3 Sep 2008 22:35:45 +0000 Subject: * Extend a bit ParametrizedLine and move it to a separate file, add unit-tests for it. * remove "using namespace std" in test/main.h such that the compilation bug found today in SVD won't happen again. --- Eigen/Geometry | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Eigen/Geometry') diff --git a/Eigen/Geometry b/Eigen/Geometry index 95e6077cf..1ac279b99 100644 --- a/Eigen/Geometry +++ b/Eigen/Geometry @@ -12,10 +12,11 @@ namespace Eigen { /** \defgroup GeometryModule Geometry module * This module provides support for: * - fixed-size homogeneous transformations - * - 2D and 3D rotations + * - translation, scaling, 2D and 3D rotations * - quaternions * - \ref MatrixBase::cross() "cross product" * - \ref MatrixBase::unitOrthogonal() "orthognal vector generation" + * - some linear components: parametrized-lines and hyperplanes * * \code * #include @@ -36,6 +37,7 @@ namespace Eigen { #include "src/Geometry/Translation.h" #include "src/Geometry/Scaling.h" #include "src/Geometry/Hyperplane.h" +#include "src/Geometry/ParametrizedLine.h" } // namespace Eigen -- cgit v1.2.3