mirror of https://github.com/CGAL/cgal
changes.html update
This commit is contained in:
parent
32899c21d0
commit
a683fdca47
|
|
@ -155,6 +155,13 @@ and <code>src/</code> directories).
|
|||
<!-- Mesh Generation -->
|
||||
<!-- Surface Reconstruction -->
|
||||
<!-- Geometry Processing -->
|
||||
<h3>Random Point Generators</h3>
|
||||
<ul>
|
||||
<li>
|
||||
There is now convenience classes to uniformly generate random points on a FaceListGraph and a Triangulation_2,
|
||||
and there is also functions to do so in and on a tetrahedral Mesh3.
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Spatial Searching and Sorting -->
|
||||
<!-- Geometric Optimization -->
|
||||
<!-- Interpolation -->
|
||||
|
|
@ -973,15 +980,15 @@ and <code>src/</code> directories).
|
|||
longer supported since CGAL-4.5.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Since CGAL version 4.0, Eigen was the recommended third-party
|
||||
<li>Since CGAL version 4.0, Eigen was the recommended third-party
|
||||
library to use with <i>Planar Parameterization of Triangulated
|
||||
Surface Meshes</i>, <i>Surface Reconstruction from Point
|
||||
Sets</i>, <i>Approximation of Ridges and Umbilics on Triangulated
|
||||
Surface Meshes</i>, and <i>Estimation of Local Differential
|
||||
Properties of Point-Sampled Surfaces</i> packages. From CGAL
|
||||
version 4.5, Taucs, Blas and Lapack are no longer supported.
|
||||
version 4.5, Taucs, Blas and Lapack are no longer supported.
|
||||
</li>
|
||||
<li>CGAL is now compatible with the new CMake version 3.0.</li>
|
||||
<li>CGAL is now compatible with the new CMake version 3.0.</li>
|
||||
</ul>
|
||||
|
||||
<!-- New packages -->
|
||||
|
|
@ -1174,7 +1181,7 @@ and <code>src/</code> directories).
|
|||
<li>Additional supported platforms:
|
||||
<ul>
|
||||
<li>The Apple Clang compiler version 5.0 is now supported on
|
||||
OS X Mavericks.</li>
|
||||
OS X Mavericks.</li>
|
||||
<li>The Microsoft Windows Visual C++ compiler 2013 (VC12) is now
|
||||
supported.</li>
|
||||
</ul>
|
||||
|
|
@ -1348,7 +1355,7 @@ and <code>src/</code> directories).
|
|||
constructor added to <code>CGAL::Object</code>. However, it is
|
||||
recommended to upgrade your code. The previous behavior can be
|
||||
restored by defining the
|
||||
macro <code>CGAL_INTERSECTION_VERSION</code> to 1.
|
||||
macro <code>CGAL_INTERSECTION_VERSION</code> to 1.
|
||||
</li>
|
||||
</ul>
|
||||
<h4>2D Arrangements</h4>
|
||||
|
|
@ -1672,7 +1679,7 @@ and <code>src/</code> directories).
|
|||
<li>Additional supported platforms:
|
||||
<ul>
|
||||
<li>The Apple Clang compiler versions 3.1 and 3.2 are now supported on
|
||||
Mac OS X.</li>
|
||||
Mac OS X.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Improved configuration for essential and optional external third party software</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue