mirror of https://github.com/CGAL/cgal
Fix missing backslash in math equation
This commit is contained in:
parent
f15f8c691c
commit
2b5682f72d
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue