mirror of https://github.com/CGAL/cgal
Package_info directory done.
This commit is contained in:
parent
dfb37c2404
commit
db4f8d33cd
|
|
@ -0,0 +1 @@
|
||||||
|
University of Western Sydney (Australia)
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
This package provides classes for constructing two kinds of cone-based spanners (Yao graph and Theta graph) given a set of vertices on the plane.
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
GPL (v3 or later)
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
This package provides classes 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 implemented. In exact construction, the cone boundaries are calculated using roots of polynomials (requiring CORE::Expr or LEDA::real). In inexact construction, the cone boundaries are calculated using the constant Pi (3.14159265358979323846), which is still accurate enough for most applications. Moreover, for visualization purpose, this package provides functions to generate the data and script files used by Gnuplot to plot the constructed graphs.
|
||||||
Loading…
Reference in New Issue