github CGAL/cgal v5.1
CGAL-5.1

latest releases: v5.6.1, v5.5.4, v5.6...
3 years ago

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

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

Tetrahedral Remeshing (new package)

  • This package implements a tetrahedral isotropic remeshing algorithm,
    that improves the quality of tetrahedra in terms of dihedral angles,
    while targeting a given edge length.

    See also the associated blog entry.

Surface Mesh Topology (new package)

  • This package enables the computation of some topological invariants of surfaces, such as:

    • test if two (closed) curves on a combinatorial surface are homotopic. Users can choose
      between free homotopy and homotopy with fixed endpoints;
    • test is a curve is contractible;
    • compute shortest non-contractible cycles on a surface, with or without weights on edges.

    See also the associated blog entry.

Optimal Bounding Box (new package)

  • This package implements an optimization algorithm that aims to construct a close approximation
    of the optimal bounding box of a mesh or a point set, which is defined as the smallest
    (in terms of volume) bounding box that contains a given mesh or point set.

    See also the associated blog entry.

Installation

  • The CGAL_Core library no longer requires Boost.Thread, even if the g++ compiler is used.
  • The minimal supported version of Boost is now 1.66.0.

Tutorials

Point Set Processing

  • Added wrapper functions for registration, using the Super4PCS and ICP algorithms implemented in the third party libraries OpenGR and libpointmatcher.

Surface Mesh Simplification

dD Spatial Searching

Intersecting Sequences of dD Iso-oriented Boxes

Polygon Mesh Processing

3D Fast Intersection and Distance Computation

CGAL and the Boost Graph Library (BGL)

See https://www.cgal.org/2020/09/08/cgal51/ for a complete list of changes.

Don't miss a new cgal release

NewReleases is sending notifications on new releases.