github CGAL/cgal releases/CGAL-5.1-beta1
CGAL-5.1-beta1

latest releases: v5.6.1, v5.5.4, v5.6...
pre-release3 years ago

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

CGAL version 5.1 Beta 1 is a public testing release. It should provide a solid ground to report bugs that need to be tackled before the release of the final version of CGAL 5.1 in July.

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.

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.

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/06/09/cgal51-beta1 for a complete list of changes.

Don't miss a new cgal release

NewReleases is sending notifications on new releases.