fix typo in doc for ParametrizedLine

This commit is contained in:
Thomas Capricelli 2011-06-23 00:34:30 +02:00
parent fae2aa3fd9
commit d03bbcbcbc

View File

@ -34,7 +34,7 @@
* *
* A parametrized line is defined by an origin point \f$ \mathbf{o} \f$ and a unit * A parametrized line is defined by an origin point \f$ \mathbf{o} \f$ and a unit
* direction vector \f$ \mathbf{d} \f$ such that the line corresponds to * direction vector \f$ \mathbf{d} \f$ such that the line corresponds to
* the set \f$ l(t) = \mathbf{o} + t \mathbf{d} \f$, \f$ l \in \mathbf{R} \f$. * the set \f$ l(t) = \mathbf{o} + t \mathbf{d} \f$, \f$ t \in \mathbf{R} \f$.
* *
* \param _Scalar the scalar type, i.e., the type of the coefficients * \param _Scalar the scalar type, i.e., the type of the coefficients
* \param _AmbientDim the dimension of the ambient space, can be a compile time value or Dynamic. * \param _AmbientDim the dimension of the ambient space, can be a compile time value or Dynamic.