mirror of https://github.com/CGAL/cgal
no border in a table used for layout; typo
This commit is contained in:
parent
a2f2c62053
commit
cf753b2108
|
|
@ -7,7 +7,7 @@ The class `HalfedgeDS_halfedge_base` is a model of the `HalfedgeDSHalfedge`
|
|||
concept. `Refs` is an instantiation of a `HalfedgeDS`.
|
||||
The full declaration states four template parameters:
|
||||
|
||||
<TABLE><TR><TD ALIGN=LEFT VALIGN=TOP NOWRAP>
|
||||
<TABLE border="0"><TR><TD ALIGN=LEFT VALIGN=TOP NOWRAP>
|
||||
|
||||
<span class="mbox"></span>
|
||||
<TD ALIGN=LEFT VALIGN=TOP NOWRAP>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ geometric interpretation is added by classes built on top of the
|
|||
halfedge data structure. These classes might be more convenient to
|
||||
use than the halfedge data structure directly, since the halfedge data
|
||||
structure is meant as an implementation layer. See for example the
|
||||
`CGAL::Polyhedron_3` class in Chapter \ref chapterPolyhedron .
|
||||
`CGAL::Polyhedron_3` class in Chapter \ref chapterPolyhedron.
|
||||
|
||||
The data structure provided here is also known as the
|
||||
FE-structure \cite w-ebdss-85, as
|
||||
|
|
|
|||
Loading…
Reference in New Issue