mirror of https://github.com/CGAL/cgal
Add "the directions of cone boundaries" to the package description on
the user inputs, since this is an important feature of this package.
This commit is contained in:
parent
4b4d8e2415
commit
0239cbb0d3
|
|
@ -12,8 +12,9 @@
|
||||||
\cgalPkgSummaryBegin
|
\cgalPkgSummaryBegin
|
||||||
\cgalPkgAuthors{Weisheng Si and Quincy Tse}
|
\cgalPkgAuthors{Weisheng Si and Quincy Tse}
|
||||||
\cgalPkgDesc{This package provides functors for constructing two kinds of cone-based spanners:
|
\cgalPkgDesc{This package provides functors for constructing two kinds of cone-based spanners:
|
||||||
Yao graph and Theta graph, given a set of vertices on the plane. Both exact and inexact constructions are
|
Yao graph and Theta graph, given a set of vertices on the plane and the directions of cone boundaries.
|
||||||
supported. In exact construction, the cone boundaries are calculated using the roots of polynomials,
|
Both exact and inexact constructions are supported.
|
||||||
|
In exact construction, the cone boundaries are calculated using the roots of polynomials,
|
||||||
thus avoiding the use of \f$ \pi \f$, which cannot be represented exactly.
|
thus avoiding the use of \f$ \pi \f$, which cannot be represented exactly.
|
||||||
In inexact construction, the cone boundaries are calculated using the approximate \f$ \pi \f$
|
In inexact construction, the cone boundaries are calculated using the approximate \f$ \pi \f$
|
||||||
value defined in \cgal, which is still accurate enough for most applications.
|
value defined in \cgal, which is still accurate enough for most applications.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue