Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL 4.12 Beta 1 Released, Computational Geometry Algorithms Library

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL 4.12 Beta 1 Released, Computational Geometry Algorithms Library


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: [cgal-discuss] CGAL 4.12 Beta 1 Released, Computational Geometry Algorithms Library
  • Date: Tue, 27 Feb 2018 16:46:12 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:LNB8gxK8LVvjadctCtmcpTZWNBhigK39O0sv0rFitYgfKv3xwZ3uMQTl6Ol3ixeRBMOHs6kC07KempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9JDffwtFiCChbb9uMR67sRjfus4KjIV4N60/0AHJonxGe+RXwWNnO1eelAvi68mz4ZBu7T1et+ou+MBcX6r6eb84TaFDAzQ9L281/szrugLdQgaJ+3ART38ZkhtMAwjC8RH6QpL8uTb0u+ZhxCWXO9D9QLYpUjqg8qhrUgflhicZOTAk/m/Zictwg61Urh29vBF/35PabZuJOPZiYq/RY9UXTndBUMZLUCxBB5uxY4UJAeUbIOZYtZfyp10SrRCjGQesBeXvxSFSiX/rwKY21/osHwDa0QImBN4AsWrbrNLwNKgMTeC11qnJwzXZYPxKxTf975LIcxAkrf2CQLl9ds7RxlMyFwPfkFqQr5DlMymP1uQMtWiU8fBvVf+0hmE7pAF+uDyvyt0rionTiYIY01bJ/jh3zoYyIN23Uk97Ydi8HZRMuCGVLY92TtklQ2FytyY20rIGtoC8fCgP1psn2wTfavyJc4eS/h3jSOGRIS14hX5/ZL2/gBOy/E69weP/Tsm5yFVHoyhfntTItX0BzQHf58qER/dn/kqs2i6D2x3X5+xKO0w4iLbXJpE7zrM+i5Yfq1nPEjPrlEjwkaSYbF8r+vKy5OTierjmpoGTN4tzigzmL6gjmNazAeE/MgUARWSb/P6z1Lzn/UHgR7VKk+E2nrPesJDEJcQXvKi5DBFJ0oo76ha/CSmp0MgAkHQELl9JYhaKgovzN13TIv31Du2zjlSvnTtzwvDJJLzhApHDLnjZl7fheK5w60pGxwou19BQ+ZRUCq0bLPLpW0/xssLXAQUkMwGv3+nnB89y1ocEVWKIGK+ZP7vesUWU6eI3P+mMeIgVtS7hJPgq/fHuiWY1lkIcfamywZQXdWu4Hu99LkWCYXvsh88BHn0Qsgo/SuzqklyCXiRJa3a8RaJvrg08XYmpBIOGSoG2i6Gaxw+6GIdXbyZIEAOiC3DtIs+gUuoWZSSOavVglDENSPDhYKAI8VaBuQj/xqZ9P8Td8TEfr4OinpAh4+TOjxw06XpuDsKQ2nylRG59miUPXTBgj/M3mlB01lrWifswuPdfD9EGv6oYADd/DobVyqlBM/63XwvAetmTT1P/GoetDjg1CNUrzI1XOhovK5CZlhnGmhGSLfoNjbXSXM4//avYmX/rKJQlkiuU5Owal1AjB/B3Gyimi6p4rVWBXtGPlkLC0aOjdKBZ2zPRsmCdzSyIsV0KCAM=
  • Organization: GeometryFactory

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


CGAL version 4.12 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 4.12 in September.


*WARNING*: This release features an important change of the CMake scripts
used to configure the CGAL libraries and examples. Developers using
makefiles or the Ninja build-system should set the `CMAKE_BUILD_TYPE` to
`Release` manually, to avoid using CGAL libraries without any compile-time
optimization. Please read the first paragraph of the release notes
carefully.


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


2D Movable Separability of Sets (new package)

- A new package called "2D Movable Separability of Sets" has been
introduced. It handles a class of problems that deal with moving
sets of objects in the plane; the challenge is to avoid collisions
between the objects while considering different kinds of motions and
various definitions of separation.

At this point this package consists of the implementations of
various predicates and constructions related to castings of
polygonal objects. In particular, it can be used to determine
whether a feasible mold for a polygonal object does exist. If a mold
exists, the package can also be used to compute all possible
orientations of the feasible molds and the corresponding motions
needed to remove the casted object from the mold.

Classification (new package)

- This package offers an algorithm that classifies a data set into a
user-defined set of labels (such as ground, vegetation, buildings,
etc.). A flexible API is provided so that users can classify any
type of data, compute their own local features on the input data
set, and define their own labels.

Kinetic Data Structures (removed package)

- This package has been removed from CGAL-4.12. Users of the package
will have to keep using the source code available in CGAL-4.11 or
earlier.


See http://www.cgal.org/2018/02/27/cgal412-beta1/ for a complete list of
changes.


The CGAL project is a collaborative effort to develop a robust,
easy-to-use, and efficient C++ software library of geometric data
structures and algorithms, like
- triangulations (2D constrained triangulations, Delaunay triangulations
and periodic triangulations in 2D and 3D),
- Voronoi diagrams (for 2D and 3D points, 2D additively weighted
Voronoi diagrams, and segment Voronoi diagrams),
- Boolean operations on polygons and polyhedra,
- regularized Boolean operations on polygons with curved arcs
- arrangements of curves,
- mesh generation (2D, 3D and surface mesh generation,
surface mesh subdivision and parametrization),
- alpha shapes (in 2D and 3D),
- convex hull algorithms (in 2D, 3D and dD),
- operations on polygons (straight skeleton and offset polygon),
- search structures (kd trees for nearest neighbor search, and
range and segment trees),
- interpolation (natural neighbor interpolation and placement of
streamlines),
- optimization algorithms (smallest enclosing sphere of points or
spheres, smallest enclosing ellipsoid of points, principal
component analysis),
- kinetic data structures




Some modules are distributed under the terms of the LGPL Open Source
license (GNU Lesser General Public License v3 or later versions).
Most modules are distributed under the terms of the GPL Open Source
license (GNU General Public License v3 or later versions).
If your intended usage does not meet the criteria of the
aforementioned licenses, a commercial license can be purchased from
GeometryFactory (http://www.geometryfactory.com/).


For further information and for downloading the library and its
documentation, please visit the CGAL web site: http://www.cgal.org/


--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/






Archive powered by MHonArc 2.6.18.

Top of Page