Point to Plane distance

Calculates the distance from a Point of coordinates M(a, b, c) to a Plane of equation A.x + B.y + C.z + D = 0.

`d=|A*a+B*b+C*c+D|/sqrt(A^2+B^2+C^2)`

point-plane-distance
separator : space(s)
separator : space(s)


See also

Coordinate Geometry calculators
Geometry calculators
Mathematics calculators