I want to find the projection of the point $M(10,-12,12)$ on the plane $2x-3y+4z-17=0$. The normal of the plane is $N(2,-3,4)$.
Do I need to use Gram–Schmidt process? If yes, is this the right formula?
$$\frac{N\cdot M}{|N\cdot N|} \cdot N$$
What will the result be, vector or scalar?
Thanks!