Given the set $D = \text{conv}(\{ (1, 2, 2), (-1, 2, 3), (15, -2, 0), (\frac{15}{2}, 0, \frac{5}{4})\})$. How can I check if $x = (\frac{15}{2}, 0, \frac{5}{4})$ is an extreme point of $D$?
I have trouble visualizing how the set looks like. So far I have only checked that $x$ cannot be represented by a convex combination of $(1, 2, 2)$ and $(-1,2,3)$, $(1, 2, 2)$ and $(15,-2,0)$, or $(-1,2,3)$ and $(15,-2,0)$. However, I'm not sure if it is enough the conclude that $x$ is not a extreme point of $D$.