Skip to content

Commit

Permalink
inverting image
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim committed May 22, 2024
1 parent 14a30fc commit 58dad8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exams/convex-hull/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ points of the convex hull of a given set of points.

::: tip Figure 1
.
<img src="/img/convex-hull-algo.svg" style="width: 100%; margin: auto;">
<img src="/img/convex-hull-algo.svg" style="width: 100%; margin: auto;" class="inverting-image">

**(A)**: Convex hull of a set of points depicted by the dashed line. The generating points in counter-clockwise order are: $P$, $A$, $B$, $C$, $D$.

Expand Down Expand Up @@ -67,7 +67,7 @@ times.

::: tip Figure 2
.
<img src="/img/convex-hull-algo-2.svg" style="width: 100%; margin: auto;">
<img src="/img/convex-hull-algo-2.svg" style="width: 100%; margin: auto;" class="inverting-image">

Before \#1, the stack of points is $\mathcal
G= [P,A,B]=[p_{i-3},p_{i-2},p_{i-1}]$. In \#1 we see that $\overrightarrow{ABE}$ is a left turn
Expand Down

0 comments on commit 58dad8e

Please sign in to comment.