Subject: CGAL users discussion list
List archive
[cgal-discuss] CGAL 4.13 Beta 1 Released, Computational Geometry Algorithms Library
Chronological Thread
- From: "Laurent Rineau (CGAL/GeometryFactory)" <>
- To:
- Subject: [cgal-discuss] CGAL 4.13 Beta 1 Released, Computational Geometry Algorithms Library
- Date: Wed, 01 Aug 2018 16:04:22 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
- Ironport-phdr: 9a23:z31xcR2ZVGnLFvjPsmDT+DRfVm0co7zxezQtwd8ZseMSLfad9pjvdHbS+e9qxAeQG9mDtbQc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q99pHPYghEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7S60/Vza/4KdxUBLmiDkJOSM3/m/Ujcx/g61Vrw66qhxj3oDZep2ZOOZicq/De94RWGpPXtxWVyxEGo6wYY0BAPAcPeZCsYb9oUcOpgaiCwmtAuPg1CVHhmLr1qE+zekvEB3L0go7E9wPrnvUq9D1O7kOUeCvzKjGzS/MYO9K2Tf68ojJchUtrf+RVr93dcre01QvFxnbgVWWtYzpJSmV1uULs2eF9eVgSPmihHIoqw5rpjij3MAsipPGho8MzF3P6Ct3wIEwJdKiSU57Z8apH4dfty6AM4t6WMQiQ3tnuCoixb0Jp5m7fC0Ux5Q73R7ea/KHfJKU7RL/U+aROzd5iGh5d7K4gha/91WrxO7kVsSszVpGsC5InsPRun0J0xHf8MyKR/pn8kquxTqDzwTe5v1eLU03lKfXMYAtzqMwm5YJv0nOHSn7k1jsgqCMbEUr4O2o5vznYrr4op+cMJd5igfgPaQghMCzG/o3Mg4VX2SB9+S8zqXv/Uz/QLpUkv07irTVvI7eKMgBu6K0BwtY3pwn5hu+FTur38gUkWECLF1feRKHi4bpO0vJIPD9Ffq/h06jkCpxx//YOL3hHo/BLmLCkLfnY7ly8VNcxREvwtBQ/Z1UDqsNIPXpWk/+rNDYFAM2MxSow+b7D9Vwzp8RWW2VDa+dKa/drF6I5vkzLOmRf48Voy3wK+Ml5v7rlX82g0URfaiv3ZsNaXC3BO5qI0uDYXD0mNcODX8KvhYiTOztkFCNTTFTaGy2X64l+z40FpymApnHRoCqmLyMxzy7H51TZmBeEF+AC3bod4OeW/cNci2eOMFhkiZXHYSmHoQu3BXruA7hwKd8NcLV/DcZvNTtzotb/erWwFsW/CFuAsKBm1uMSWx9gytIbBAf+OdQrEt4x0uZwIZxiOBfD80SrbsdVg4nL5Pa06pgCtb/Ux/pddiATBChWNrwUmJ5dc4439JbOxU1IN6llB2Wh3P7UY9QrKSCAdkPyoyZ2nHwI8hnzHOfjPsqgFAiBMxVOj/93/Itx03oH4fM1n6hueOyb61FhHzG+26Hi22UsxMACVMiYeD+RXkaI3Dug5H560fFFuT8D7kpaE1Mz9XEJLEYMtA=
- Organization: GeometryFactory
The CGAL Open Source Project is pleased to announce the release 4.13 Beta 1
of CGAL, the Computational Geometry Algorithms Library.
CGAL version 4.13 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.13 in September.
Besides fixes and general enhancement to existing packages, the following
has changed since CGAL 4.12:
### 3D Periodic Mesh Generation (new package)
- This package generates 3-dimensional periodic meshes. It computes
isotropic simplicial meshes for domains described through implicit
functional boundaries over the flat torus (which can also seen in
the Euclidean space as a periodic cube). The output is a periodic
3D mesh of the domain volume and conformal surface meshes for all
the boundary and subdividing surfaces. The package is closely
related to the 3D Mesh Generation package, with similar concepts,
classes, and API.
### Classification
- This package can now handle classification of surface meshes and
clusters, and can compute features in parallel.
See https://www.cgal.org/2018/08/01/cgal413-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).
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: https://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/
- [cgal-discuss] CGAL 4.13 Beta 1 Released, Computational Geometry Algorithms Library, Laurent Rineau (CGAL/GeometryFactory), 08/01/2018
Archive powered by MHonArc 2.6.18.