I have a plane i reprensent by its normal $n$ and a point on it $p$. I calculate $d = -n^Tp$, and i consider "point $x$ is above the plane" if $n$ is pointing at $x$.
How to determine if a point $x$ is above or below the plane?
I thought that if $n^Tx-d>=0$ then $x$ is above the plane but that seem to not hold to any plane...