Shortest distance
Given a point A and a line we can find the shortest distance from the point to the line easily with
Given two parallel planes with a normal vector (it doesn’t matter which plane you take it from) and containing points A and B, we can find the shortest distance between them using the scalar projection:
(Note that nonparallel planes intersect, so the shortest distance is zero.) We can also use this equation for skew lines, where one line contains A and the other has B. We calculate by crossing their direction vectors: