Fixed bolding
This commit is contained in:
parent
9f44fb9389
commit
3272ab6766
@ -36,7 +36,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"- *Every point in **P** lies either on or inside of **H**.*\n",
|
"- *Every point in **P** lies either on or inside of **H**.*\n",
|
||||||
"- *Every vertex of **H** is a point in **P**.*\n",
|
"- *Every vertex of **H** is a point in **P**.*\n",
|
||||||
"- <i>**H**</i> *is convex: a line segment joining any two vertexes of **H** either is an edge of **H** or lies inside **H**.*\n",
|
"- **H** *is convex: a line segment joining any two vertexes of **H** either is an edge of **H** or lies inside **H**.*\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"In this notebook we develop an algorithm to find the convex hull (and show examples of how to use `matplotlib` plotting). The first thing to do is decide how we will represent the objects of interest:\n",
|
"In this notebook we develop an algorithm to find the convex hull (and show examples of how to use `matplotlib` plotting). The first thing to do is decide how we will represent the objects of interest:\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user