mirror of https://github.com/CGAL/cgal
typo
This commit is contained in:
parent
b6afd2a2e4
commit
1db03e28cf
|
|
@ -78,7 +78,7 @@ circulators <TT>c+n</TT> advances the circulator <TT>n</TT> steps. Two
|
|||
circulators can be compared for equality.
|
||||
|
||||
Circulators have a different notion of reachability and ranges than
|
||||
iterators. A circulator <TT>d</TT> is called <I>reachable/</I> from a
|
||||
iterators. A circulator <TT>d</TT> is called <I>reachable</I> from a
|
||||
circulator <TT>c</TT> if <TT>c</TT> can be made equal to <TT>d</TT> with
|
||||
finitely many applications of the operator <TT>++</TT>. Due to the
|
||||
circularity of the sequence this is always true if both circulators
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ The class `CGAL::Timer` is the version for the user process time and
|
|||
the class `CGAL::Real\_timer` is the version for the real time.
|
||||
|
||||
Instantiations of both classes are objects with a state. The state is
|
||||
either <I>running/</I> or it is <I>stopped</I>. The state of an object
|
||||
either <I>running</I> or it is <I>stopped</I>. The state of an object
|
||||
`t` is controlled
|
||||
with `t.start()` and `t.stop()`. The timer counts the
|
||||
time elapsed since its creation or last reset. It counts only the time
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ to its corresponding oriented edge and to its oriented facet.
|
|||
We can identify an edge-use with an oriented <I>sedge</I> in the
|
||||
sphere map, or, in the special case also with an
|
||||
<I>sloop</I>. Without mentioning it explicitly in the
|
||||
remainder, all references to <I>sedge/</I> can also refer to
|
||||
remainder, all references to <I>sedge</I> can also refer to
|
||||
<I>sloop</I>.
|
||||
<DT><B>facets:</B><DD>
|
||||
We store oriented facets as boundary cycles of oriented
|
||||
|
|
|
|||
Loading…
Reference in New Issue