Added an automatically generated list of selected examples in the documentation.

Added the custom gemetry_module tag, and use it.
This commit is contained in:
Gael Guennebaud
2008-07-19 20:36:41 +00:00
parent 05ad083467
commit 6e2c53e056
19 changed files with 87 additions and 15 deletions

View File

@@ -30,7 +30,9 @@ template<typename Other,
int OtherCols=Other::ColsAtCompileTime>
struct ei_quaternion_assign_impl;
/** \class Quaternion
/** \geometry_module \ingroup Geometry
*
* \class Quaternion
*
* \brief The quaternion class used to represent 3D orientations and rotations
*
@@ -48,7 +50,7 @@ struct ei_quaternion_assign_impl;
* \li \c Quaternionf for \c float
* \li \c Quaterniond for \c double
*
* \sa class AngleAxis, class EulerAngles, class Transform
* \sa class AngleAxis, class Transform
*/
template<typename _Scalar>
class Quaternion