A plane in 3D space is uniquely determined by a point \( P(x_0, y_0, z_0) \) and a normal vector \( \vec{n} = \langle a, b, c \rangle \) perpendicular to the plane.
For any point \( M(x,y,z) \) on the plane, the vector \( \overrightarrow{PM} = \langle x-x_0, y-y_0, z-z_0 \rangle \) satisfies the orthogonality condition:
\( \vec{n} \cdot \overrightarrow{PM} = a(x-x_0) + b(y-y_0) + c(z-z_0) = 0 \)
This expands to the Cartesian equation \( ax + by + cz = d \), where \( d = a x_0 + b y_0 + c z_0 \).
Enter point coordinates and normal vector components