mirror of https://github.com/CGAL/cgal
Polish announcement and changes. Prepare 4.6.
This commit is contained in:
parent
2a244028a2
commit
32ce6df3a0
|
|
@ -40,11 +40,11 @@ Release date: March 2015
|
||||||
alternative to the packages CGAL::Polyhedron_3 and CGAL::HalfedgeDS.
|
alternative to the packages CGAL::Polyhedron_3 and CGAL::HalfedgeDS.
|
||||||
|
|
||||||
|
|
||||||
* Triangulation (new package)
|
* dD Triangulation (new package)
|
||||||
|
|
||||||
- This new package provides classes for manipulating triangulations in
|
- This new package provides classes for manipulating triangulations in
|
||||||
Euclidean spaces whose dimension can be specified at compile-time or at
|
Euclidean spaces whose dimension can be specified at compile-time or at
|
||||||
run-time.
|
run-time. It also provides a class that represents Delaunay triangulations.
|
||||||
|
|
||||||
|
|
||||||
* dD Convex Hulls and Delaunay Triangulations
|
* dD Convex Hulls and Delaunay Triangulations
|
||||||
|
|
|
||||||
|
|
@ -154,11 +154,12 @@ and <code>src/</code> directories).
|
||||||
and <code>CGAL::HalfedgeDS</code>. </li>
|
and <code>CGAL::HalfedgeDS</code>. </li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Triangulation (new package)</h3>
|
<h3>dD Triangulation (new package)</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>This new package provides classes for manipulating triangulations
|
<li>This new package provides classes for manipulating triangulations
|
||||||
in Euclidean spaces whose dimension can be specified at
|
in Euclidean spaces whose dimension can be specified at
|
||||||
compile-time or at run-time.</li>
|
compile-time or at run-time. It also provides a class that
|
||||||
|
represents Delaunay triangulations.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<!-- Major and breaking changes -->
|
<!-- Major and breaking changes -->
|
||||||
|
|
|
||||||
|
|
@ -43,12 +43,12 @@ CGAL 4.5:
|
||||||
CGAL::HalfedgeDS.
|
CGAL::HalfedgeDS.
|
||||||
|
|
||||||
|
|
||||||
o Triangulation (new package)
|
o dD Triangulation (new package)
|
||||||
|
|
||||||
This new package provides classes for manipulating triangulations in
|
This new package provides classes for manipulating triangulations in
|
||||||
Euclidean spaces whose dimension can be specified at compile-time or at
|
Euclidean spaces whose dimension can be specified at compile-time or at
|
||||||
run-time.
|
run-time. It also provides a class that represents Delaunay
|
||||||
|
triangulations.
|
||||||
|
|
||||||
o 2D Triangulations
|
o 2D Triangulations
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
CGAL-4.6-beta1
|
CGAL-4.6
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue