Fix missing backslash in math equation

This commit is contained in:
Mael Rouxel-Labbé 2024-12-13 14:32:48 +01:00
parent f15f8c691c
commit 2b5682f72d
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@ segment(const Edge_iterator& ei) const;
/*!
Returns the point given by vertex `i` of face `f`.
\pre `t.dimension()` \f$ \geq0\f$ and f$ i \in\{0,1,2\}\f$ in dimension 2, \f$ i \in\{0,1\}\f$ in dimension 1, \f$ i = 0\f$ in dimension 0, and the vertex is finite.
\pre `t.dimension()` \f$ \geq0\f$ and \f$ i \in\{0,1,2\}\f$ in dimension 2, \f$ i \in\{0,1\}\f$ in dimension 1, \f$ i = 0\f$ in dimension 0, and the vertex is finite.
*/
const Point& point(Face_handle f, int i) const;