Skip to content

CGAL 4.9

Compare
Choose a tag to compare
@lrineau lrineau released this 19 Sep 15:02
· 38005 commits to master since this release
releases/CGAL-4.9

The CGAL Open Source Project is pleased to announce the release 4.9
of CGAL, the Computational Geometry Algorithms Library.

Besides fixes and general enhancement to existing packages, the following
has changed since CGAL 4.8:

General

  • CGAL can now be used in headers only mode, i.e. without compiling the
    CGAL libraries and linking with these libraries when compiling
    examples, tests and demos. Note that running CMake on CGAL is still
    required in order to generate some configuration files.

Cone Based Spanners (new package)

  • This package provides algorithms for constructing two kinds of
    cone-based spanners: Yao graph and Theta graph, given a set of
    vertices on the plane and the directions of cone boundaries.

See http://www.cgal.org/releases.html for a complete list of changes.