diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2008-09-15 16:19:48 +0000 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2008-09-15 16:19:48 +0000 |
commit | af991a6bdb9147ecf3ec61598d466e49a8858d8b (patch) | |
tree | d43530d22a27f95b78d1e5befe43a27ecd3f8fe2 /Eigen/src | |
parent | 247f2b0ffa734d2133db9bb81a48cb4b5620d145 (diff) |
small dox fixes
Diffstat (limited to 'Eigen/src')
-rw-r--r-- | Eigen/src/Geometry/OrthoMethods.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Eigen/src/Geometry/OrthoMethods.h b/Eigen/src/Geometry/OrthoMethods.h index 3c310badd..19ab65da4 100644 --- a/Eigen/src/Geometry/OrthoMethods.h +++ b/Eigen/src/Geometry/OrthoMethods.h @@ -27,7 +27,11 @@ #define EIGEN_ORTHOMETHODS_H /** \geometry_module - * \returns the cross product of \c *this and \a other */ + * + * \returns the cross product of \c *this and \a other + * + * Here is a very good explanation of cross-product: http://xkcd.com/199/ + */ template<typename Derived> template<typename OtherDerived> inline typename MatrixBase<Derived>::EvalType |