small change

This commit is contained in:
kanhuang 2013-08-20 14:10:41 -04:00
parent a5a34c2087
commit 970b9a3401
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Where \f$ n \f$ is the number of vertices of \f$ f \f$ and \f$ b \f$ is the num
Every model of the Visibility_2 concept must provide two overloaded member functions, called `Visibility_2::visibility_region()` functions, that compute the visibility region of \f$ p \f$ in a bounded polygonal face \f$ f \f$: one is for the case where \f$ p \f$ is in the interior of \f$ f \f$; the other one is for the case where \f$ p \f$ is on the boundary of \f$ f \f$.
\section simple_polygon_visibility_example Example of visibility in a simple polygon.
\section simple_polygon_visibility_example Example of Visibility in a Simple Polygon
The following example shows how to obtain the regularized and non-regularized visibility regions.
\cgalExample{Visibility_2/simple_polygon_visibility_2.cpp}
\cgalFigureBegin{simple_example, simple_example.png}