From 077cdb60e53fade863f65bc8669d8e425f440402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 4 Jan 2013 08:22:13 +0100 Subject: [PATCH] wrong symbol --- Convex_hull_2/doc/Convex_hull_2/PackageDescription.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Convex_hull_2/doc/Convex_hull_2/PackageDescription.txt b/Convex_hull_2/doc/Convex_hull_2/PackageDescription.txt index 3804fe44a91..8e1c520e7fe 100644 --- a/Convex_hull_2/doc/Convex_hull_2/PackageDescription.txt +++ b/Convex_hull_2/doc/Convex_hull_2/PackageDescription.txt @@ -38,7 +38,7 @@ \section CH2_Definitions Definitions -A subset \f$S \in \mathbb{R}^2 \f$ is convex if for any two points `p` and `q` +A subset \f$S \subseteq \mathbb{R}^2 \f$ is convex if for any two points `p` and `q` in the set the line segment with endpoints `p` and `q` is contained in \f$ S \f$. The convex hull of a set \f$ S \f$ is the smallest convex set containing \f$ S \f$. The convex hull of a set of points `P` is a convex polygon with vertices in `P`.