doc draw polygon

This commit is contained in:
Guillaume Damiand 2023-12-05 13:19:35 +01:00
parent df2b9ad172
commit 74c0894336
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ The real declaration of this function template is:
<code> <code>
template<class T, class C, class GSOptions> template<class T, class C, class GSOptions>
void CGAL::add_to_graphics_scene(const Polygon_2<T, C>& p, CGAL::Graphics_scene& gs, const GSOptions& gso); void CGAL::add_to_graphics_scene(const CGAL::Polygon_2<T, C>& p, CGAL::Graphics_scene& gs, const GSOptions& gso);
</code> </code>
\cgalAdvancedEnd \cgalAdvancedEnd

View File

@ -72,7 +72,7 @@ The real declaration of this function template is:
<code> <code>
template<class T, class C, class GSOptions> template<class T, class C, class GSOptions>
void CGAL::add_to_graphics_scene(const Polygon_with_holes_2<T, C>& ph, CGAL::Graphics_scene& gs, const GSOptions& gso); void CGAL::add_to_graphics_scene(const CGAL::Polygon_with_holes_2<T, C>& ph, CGAL::Graphics_scene& gs, const GSOptions& gso);
</code> </code>
\cgalAdvancedEnd \cgalAdvancedEnd