aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Geometry
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-12 02:14:02 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-12 02:14:02 +0000
commit13ad88736e41cd22d057f67e39ba694be76f7010 (patch)
treed61adf7ab2edd10ae60d113b64dcb20547276265 /Eigen/Geometry
parentf04c1cb774fae209c6d4d060bda15f7389764887 (diff)
last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to
port to.
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 4d7b3f3d4..7a3ca9ede 100644
--- a/Eigen/Geometry
+++ b/Eigen/Geometry
@@ -9,6 +9,7 @@ namespace Eigen {
* This module provides support for:
* - fixed-size homogeneous transformations
* - 2D and 3D rotations
+ * - quaternions
* - \ref MatrixBase::cross() "cross product"
* - \ref MatrixBase::someOrthognal() "orthognal vector generation"
*