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.
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 1 | Plane 2 | Result |
|---|---|---|
| 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
- Distance between parallel planesCalculators.vip
- Distances to Planes and LinesMIT OpenCourseWare
- Plane-Plane IntersectionWikipedia
- Equations of Lines and Planes in SpaceOpenStax
Calculations are based on the listed reference sources. Links open in a new tab.
Related Tools
Find the equation of a plane in 3D from three points, a point and normal vector, or a point with two direction vectors, with normal vector and intercepts.
Calculate the perpendicular distance from a 3D point to a plane, with signed distance, orthogonal projection, and plane built from coefficients or three points.
Calculate the smaller angle between two planes from their normal vectors or standard plane equations, with degree/radian output and relationship labels.
Find the acute angle between a 3D line and a plane from a direction vector or two points on the line and the plane equation coefficients.