mirror of https://github.com/CGAL/cgal
Better the comments
This commit is contained in:
parent
0d0aab6cc2
commit
2a15b96366
|
|
@ -229,7 +229,7 @@ After compiling 'theta_io.cpp', execute the executable `theta_io` to construct a
|
||||||
on a set of 20 vertices (which is given in the file `data/n20.cin`):
|
on a set of 20 vertices (which is given in the file `data/n20.cin`):
|
||||||
|
|
||||||
\code{.txt}
|
\code{.txt}
|
||||||
$ ./exact_theta_io 4 data/n20.cin
|
$ ./theta_io 4 data/n20.cin
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
The following two files will be generated for Gnuplot:
|
The following two files will be generated for Gnuplot:
|
||||||
|
|
|
||||||
|
|
@ -121,14 +121,13 @@ public:
|
||||||
|
|
||||||
/*! \ingroup PkgConeBasedSpanners
|
/*! \ingroup PkgConeBasedSpanners
|
||||||
*
|
*
|
||||||
* \brief The specialised functor for computing the directions of cone boundaries with a given
|
* \brief The specialised functor for computing the directions of cone boundaries exactly
|
||||||
* cone number and a given initial direction. The results are returned by the reference
|
* with a given cone number and a given initial direction. The results are returned by the reference
|
||||||
* argument: vector \p rays.
|
* argument: vector \p rays.
|
||||||
*
|
*
|
||||||
* \tparam Kernel_ If this parameter is `Exact_predicates_exact_constructions_kernel_with_sqrt`,
|
* \tparam Kernel_ If this parameter is `Exact_predicates_exact_constructions_kernel_with_sqrt`,
|
||||||
* this specialization functor will be called; otherwise, the general functor will
|
* this specialization functor will be called; otherwise, the general functor will
|
||||||
* be called.
|
* be called.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
template <>
|
template <>
|
||||||
class Compute_cone_boundaries_2<Exact_predicates_exact_constructions_kernel_with_sqrt> {
|
class Compute_cone_boundaries_2<Exact_predicates_exact_constructions_kernel_with_sqrt> {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue