Suppose that we fix points $a,b,c,d \in \mathbb{R}^3$ which do not belong to the same plane.
How can we check algebraically whether $x \in \mathbb{R}^3$ to their convex hull?
Suppose that we fix points $a,b,c,d \in \mathbb{R}^3$ which do not belong to the same plane.
How can we check algebraically whether $x \in \mathbb{R}^3$ to their convex hull?
One approach is to compute the plane containing $a,b,c$ and check that $x$ and $d$ are on the same side. Repeat this with all other sets of three points from $a,b,c,d$. If $x$ is always on the same side of the plane as the odd point out, it is in the convex hull.