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:
Weisheng Si 2016-05-06 08:40:43 +10:00
parent 4b4d8e2415
commit 0239cbb0d3
1 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,9 @@
\cgalPkgSummaryBegin
\cgalPkgAuthors{Weisheng Si and Quincy Tse}
\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
supported. In exact construction, the cone boundaries are calculated using the roots of polynomials,
Yao graph and Theta graph, given a set of vertices on the plane and the directions of cone boundaries.
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.
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.