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
|
||||
\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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue