Reflected changes to the 2D Minkowski Sumspackage

This commit is contained in:
Efi Fogel 2016-06-04 09:52:22 +03:00
parent ec2f3e5c3f
commit d50b3d61b0
1 changed files with 6 additions and 1 deletions

View File

@ -200,7 +200,12 @@ and <code>src/</code> directories).
of a <code>FaceGraph</code> and a creation function <code>CGAL::dual(primal)</code>. of a <code>FaceGraph</code> and a creation function <code>CGAL::dual(primal)</code>.
</li> </li>
</ul> </ul>
<h3>2D Minkowski Sums</h3>
<ul>
<li>Introduce a convex decomposition strategy, namely Polygon_nop_decomposition_2, that merely passed the input polygon to the list of output polygons.</li>
<li>Introduce overloads of the function minkowski_sum_2(), which accepts 2 decomposition strategies.</li>
<li>Introduce an overloaded function called minkowski_sum_by_decomposition_2(P, Q, decom_no_holes, decomp_with_holes), which computes the 2D Minkowski sum using optimal choices of decomposition strategies.</li>
</ul>
<!-- Visualization --> <!-- Visualization -->
<!-- end of the div for 4.9 --> <!-- end of the div for 4.9 -->