aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Geometry
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Geometry')
-rw-r--r--Eigen/Geometry4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/Geometry b/Eigen/Geometry
index d62723188..b5a80bd50 100644
--- a/Eigen/Geometry
+++ b/Eigen/Geometry
@@ -15,8 +15,8 @@ namespace Eigen {
* - 2D and 3D rotations
* - quaternions
* - \ref MatrixBase::cross() "cross product"
- * - \ref MatrixBase::someOrthognal() "orthognal vector generation"
- *
+ * - \ref MatrixBase::unitOrthogonal() "orthognal vector generation"
+ *
* \code
* #include <Eigen/Geometry>
* \endcode