aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-06-29 10:10:47 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-06-29 10:10:47 -0400
commite5de9e5226495f6d012dcace3bb227f6ba1e413c (patch)
tree83e7c49ebc0e12e478a569a73016edd557b2b23f /Eigen/src/Geometry
parent76152e9844582d1afc636f6e64738a8400306e48 (diff)
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
- all what's not in unsupported/ is considered stable API (except internal stuff e.g. expression templates).
Diffstat (limited to 'Eigen/src/Geometry')
-rw-r--r--Eigen/src/Geometry/AlignedBox.h2
-rw-r--r--Eigen/src/Geometry/EulerAngles.h2
-rw-r--r--Eigen/src/Geometry/Homogeneous.h10
-rw-r--r--Eigen/src/Geometry/Quaternion.h2
-rw-r--r--Eigen/src/Geometry/Transform.h8
5 files changed, 12 insertions, 12 deletions
diff --git a/Eigen/src/Geometry/AlignedBox.h b/Eigen/src/Geometry/AlignedBox.h
index 1480690f7..196a4fc72 100644
--- a/Eigen/src/Geometry/AlignedBox.h
+++ b/Eigen/src/Geometry/AlignedBox.h
@@ -26,7 +26,7 @@
#define EIGEN_ALIGNEDBOX_H
/** \geometry_module \ingroup Geometry_Module
- * \nonstableyet
+ *
*
* \class AlignedBox
*
diff --git a/Eigen/src/Geometry/EulerAngles.h b/Eigen/src/Geometry/EulerAngles.h
index 15e8eac19..f2b3f129e 100644
--- a/Eigen/src/Geometry/EulerAngles.h
+++ b/Eigen/src/Geometry/EulerAngles.h
@@ -26,7 +26,7 @@
#define EIGEN_EULERANGLES_H
/** \geometry_module \ingroup Geometry_Module
- * \nonstableyet
+ *
*
* \returns the Euler-angles of the rotation matrix \c *this using the convention defined by the triplet (\a a0,\a a1,\a a2)
*
diff --git a/Eigen/src/Geometry/Homogeneous.h b/Eigen/src/Geometry/Homogeneous.h
index 7e15dda61..73266320e 100644
--- a/Eigen/src/Geometry/Homogeneous.h
+++ b/Eigen/src/Geometry/Homogeneous.h
@@ -26,7 +26,7 @@
#define EIGEN_HOMOGENEOUS_H
/** \geometry_module \ingroup Geometry_Module
- * \nonstableyet
+ *
* \class Homogeneous
*
* \brief Expression of one (or a set of) homogeneous vector(s)
@@ -132,7 +132,7 @@ template<typename MatrixType,int _Direction> class Homogeneous
};
/** \geometry_module
- * \nonstableyet
+ *
* \return an expression of the equivalent homogeneous vector
*
* \vectoronly
@@ -151,7 +151,7 @@ MatrixBase<Derived>::homogeneous() const
}
/** \geometry_module
- * \nonstableyet
+ *
* \returns a matrix expression of homogeneous column (or row) vectors
*
* Example: \include VectorwiseOp_homogeneous.cpp
@@ -166,7 +166,7 @@ VectorwiseOp<ExpressionType,Direction>::homogeneous() const
}
/** \geometry_module
- * \nonstableyet
+ *
* \returns an expression of the homogeneous normalized vector of \c *this
*
* Example: \include MatrixBase_hnormalized.cpp
@@ -184,7 +184,7 @@ MatrixBase<Derived>::hnormalized() const
}
/** \geometry_module
- * \nonstableyet
+ *
* \returns an expression of the homogeneous normalized vector of \c *this
*
* Example: \include DirectionWise_hnormalized.cpp
diff --git a/Eigen/src/Geometry/Quaternion.h b/Eigen/src/Geometry/Quaternion.h
index e0308a02e..355b12ce8 100644
--- a/Eigen/src/Geometry/Quaternion.h
+++ b/Eigen/src/Geometry/Quaternion.h
@@ -278,7 +278,7 @@ typedef Quaternion<double> Quaterniond;
***************************************************************************/
/** \class Map<Quaternion>
- * \nonstableyet
+ *
*
* \brief Expression of a quaternion from a memory buffer
*
diff --git a/Eigen/src/Geometry/Transform.h b/Eigen/src/Geometry/Transform.h
index da1e0b377..bc9ccb3e6 100644
--- a/Eigen/src/Geometry/Transform.h
+++ b/Eigen/src/Geometry/Transform.h
@@ -823,7 +823,7 @@ inline Transform<Scalar,Dim,Mode> Transform<Scalar,Dim,Mode>::operator*(const Ro
************************/
/** \returns the rotation part of the transformation
- * \nonstableyet
+ *
*
* \svd_module
*
@@ -844,7 +844,7 @@ Transform<Scalar,Dim,Mode>::rotation() const
*
* If either pointer is zero, the corresponding computation is skipped.
*
- * \nonstableyet
+ *
*
* \svd_module
*
@@ -862,7 +862,7 @@ void Transform<Scalar,Dim,Mode>::computeRotationScaling(RotationMatrixType *rota
*
* If either pointer is zero, the corresponding computation is skipped.
*
- * \nonstableyet
+ *
*
* \svd_module
*
@@ -909,7 +909,7 @@ struct ei_projective_transform_inverse<TransformType, Projective>
};
-/** \nonstableyet
+/**
*
* \returns the inverse transformation according to some given knowledge
* on \c *this.