Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: [cgal-discuss] CGAL 4.14 Beta 1 Released, Computational Geometry Algorithms Library
  • Date: Mon, 04 Mar 2019 18:29:49 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:YACieBwtStd8aMrXCy+O+j09IxM/srCxBDY+r6Qd2u4VIJqq85mqBkHD//Il1AaPAdyDraodw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94DPbwlSmDaxfK55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDwULs6Wymt771zRRHolikJKjA3/mLQisN/g6xUvAmspwBmw4POfI2ZKOZyc6HbcNgHRWRBRMFRVylZD4+yaYUAFfcBPfxGoIn7u1sFsAewBQiqBOzx0DBIm2L90akk3uogDQzI2hcsEdMQv3TTqdX6KrsSUfq1zafI1zrMc+9W2TDn6InIdxwtr+yHULV0ccXL1EkvDR3KjlOMqYD/JTOV1+INvHaB4Op9Tu+gl2EnpBt1ojS1wccskIbJi5sTx1vZ+yt5x4M1Kse5SE59edOrDJRQuDueN4dsRcMiWW5otD41yrIYvp67eTYFyIg9xx/fZfyIaZSH4g7kVOaLITZ0nm5qeLW6hxu07EOuyfX8W9Gp3FpUqidJiMTAu3QJ2hDJ7sWKS+Fx80i91TqX0w3f9vtILEM1mKbBKpMswqQ8moQXvEnFAyT4gl/5jLWMeUUh4uWo6/roYrHhppKEMY97lA/+Pr4wlcy5GuQ0KAYOX3KD9eS90r3s41H5Ta1XgvEolqTVqo3WKMAfq6KjBwJY05wv5hmjAzu+1dQXh3gHLFZLeBKdiIjpPknDIPTiAveimVSjjjFrx+zcMr37A5XNKGbMn638fbtm90FcxxA8zdRF65JTELEBL+r/WlXtu9zAEh85Lwu0zv77B9VyzIweXXuDDbKYMKPJrVCI+/kvI/KXaY8OuDf9LuAl6OT0gX84n18dZ6ip0oENZHC2BPRsO1+Zbmb0gtcdDWcKuRIzQ/DliFKYVT5ffmu9ULwi5j4lDIKmCp/DS5u2gL2B2Se7BodZanpHClCKC3fodp+LV+0CaCKIcYddlWkPWrGlDoMgzhqzrxTSyrx9L+OS9DdLm4jk0Y0/w+TOjxw06XRODsKQ2nzFD0pbt0dPaDIx2a1ju11Tw1yf1rJpwrYQQdha+ulEVBt8L5/awuVnI9v9UwaHec2GHgX1Cu66CC08G4pii+QFZFxwTo3730LzmhGyCrpQrISlQZk986bSxX/0fp4vwHnP0O8mlVZ0GZITZ13jvbZ28k3oP6CMi1+Qzv74fqsV2GjK7mjRlTPT7nEdaxZ5VOD+ZV5aZkbSqo2jtEXPQfmjD69hPBETkcM=
  • Organization: GeometryFactory

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


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

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


### 2D Periodic Hyperbolic Triangulations (new package)

- This package allows the computation of Delaunay triangulations of
the Bolza surface. The Bolza surface is the most symmetric
hyperbolic surface of genus 2. Its fundamental domain is the
regular hyperbolic octagon with angles π/4 centered at the origin
of the Poincaré disk. Triangulations of the Bolza surface can be
seen as triangulations of the hyperbolic plane that are periodic
in the four directions defined by the sides of this regular
octagon.

### 2D Hyperbolic Triangulations (new package)

- This package allows the computation of Delaunay Triangulations of
sets of points in the Poincaré disk, which is one of the
conformal models for the hyperbolic plane.

### The Heat Method (new package)

- This package provides an algorithm that solves the single- or
multiple-source shortest path problem by returning an
approximation of the geodesic distance for all vertices of a
triangle mesh to the closest vertex in a given set of source
vertices.

### Triangulated Surface Mesh Approximation (new package)

- This package implements the Variational Shape Approximation method
to approximate an input surface triangle mesh by a simpler surface
triangle mesh.


See https://www.cgal.org/2019/03/04/cgal414-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.14 Beta 1 Released, Computational Geometry Algorithms Library, Laurent Rineau (CGAL/GeometryFactory), 03/04/2019

Archive powered by MHonArc 2.6.18.

Top of Page