Line of Intersection of Two Planes Calculator
Find the direction vector of the line where two planes meet.
Two non-parallel planes meet along a line; this finds that line's direction.
The math behind it
The line of intersection runs along the cross product of the two planes' normal vectors (a, b, c). A zero vector means the planes are parallel.
Worked example
Planes x + y = d and y + z = d → direction (1, −1, 1).
FAQ
What if the direction is zero?
The planes are parallel and either never meet or are the same plane.