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)`
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)`