aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Geometry
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-07-27 14:24:32 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-07-27 14:24:32 +0000
commit02a7efa910f30ef65aae4c7bc771c07a90b8b589 (patch)
tree72996ebdfb5149fafb98b97843b3c347fc61dfb3 /Eigen/Geometry
parent93115619c23bb41fd24b0090cb6adec501edaced (diff)
forgot to include this file in previous commit
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 1d8fb33ca..4d7b3f3d4 100644
--- a/Eigen/Geometry
+++ b/Eigen/Geometry
@@ -10,13 +10,14 @@ namespace Eigen {
* - fixed-size homogeneous transformations
* - 2D and 3D rotations
* - \ref MatrixBase::cross() "cross product"
+ * - \ref MatrixBase::someOrthognal() "orthognal vector generation"
*
* \code
* #include <Eigen/Geometry>
* \endcode
*/
-#include "src/Geometry/Cross.h"
+#include "src/Geometry/OrthoMethods.h"
#include "src/Geometry/Quaternion.h"
#include "src/Geometry/AngleAxis.h"
#include "src/Geometry/Rotation.h"