Distance Between Planes Calculator

    Calculate the distance between two planes in 3D by checking whether they are parallel, coincident, or intersecting, then measuring parallel-plane separation.

    Examples
    First plane: equation coefficients
    Second plane: equation coefficients
    The calculator first checks whether the normal vectors are parallel. Intersecting planes have distance 0; parallel planes compare the constant terms after scaling.

    Distance between parallel planes

    English results for distance between planes focus on the parallel case. If two planes intersect, their minimum distance is 0; if they are coincident, they are the same plane.

    D2' is the second plane's constant term after scaling its normal to match the first plane.

    Classification before distance

    • Non-collinear normals mean the planes intersect, so the shortest distance is 0.
    • Collinear normals with matching scaled constants mean the planes coincide.
    • Collinear normals with different scaled constants mean the planes are parallel and separated.
    • The distance uses the same coordinate units as the plane equations.

    Examples

    Plane 1Plane 2Result
    x + y + z -x + y + z -parallel; distance about 1.732
    x + y + z -2x + 2y + 2z -coincident; distance 0
    x +x -intersecting; distance 0

    Frequently Asked Questions

    Sources and References

    Calculations are based on the listed reference sources. Links open in a new tab.

    Updated:

    Related Tools