Calculate the perpendicular distance from a point to a plane in 3D space
Enter the coordinates of a point and the coefficients of a plane equation to calculate the shortest (perpendicular) distance between them.
Plane equation format: ax + by + cz + d = 0
Click on any example to load it into the calculator
Point that lies exactly on the plane
Point: (1, 2, 3)
Plane: 1x + 1y + 1z + -6 = 0
Distance from origin to plane x + y + z = 3
Point: (0, 0, 0)
Plane: 1x + 1y + 1z + -3 = 0
Point (1,1,1) to plane 2x + 3y + 6z - 11 = 0
Point: (1, 1, 1)
Plane: 2x + 3y + 6z + -11 = 0
Point (-2,1,3) to plane x - y + 2z - 4 = 0
Point: (-2, 1, 3)
Plane: 1x + -1y + 2z + -4 = 0