pub fn intersect_planes(p0: &Vec4, p1: &Vec4, p2: &Vec4) -> Vec3
Find the intersection point of three planes.
This assumes that the planes will not intersect in a line.