mirror of https://github.com/CGAL/cgal
enhanced the arrangement section
This commit is contained in:
parent
7349ad7caa
commit
9ee92d42d8
|
|
@ -142,11 +142,12 @@ and <code>src/</code> directories).
|
||||||
</ul>
|
</ul>
|
||||||
<h4>2D Arrangements</h4>
|
<h4>2D Arrangements</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li> The point location functionalities now uses
|
<li> The type of the result of point location queries changed to
|
||||||
a <code>boost::variant</code> instead of
|
<code>boost::variant</code> (from <code>CGAL::Object</code>).
|
||||||
a <code>CGAL::Object</code>. For convenience, the previous
|
For convenience, the previous behavior can be restored by defining
|
||||||
behavior can be restored by defining the
|
the macro <code>CGAL_ARR_POINT_LOCATION_VERSION</code> to 1.
|
||||||
macro <code>CGAL_ARR_POINT_LOCATION_VERSION</code> to 1.
|
<li> Introduced an optimization for operations on large and dense
|
||||||
|
arrangements.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>3D Fast Intersection and Distance Computation</h4>
|
<h4>3D Fast Intersection and Distance Computation</h4>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue