Ok, let us imagine that we have a plane which is formed by the 3 points:
(x0, y0, z0)
(x1, y1, z1)
(x1, y1, z1+k),
where k is a number > 0. This plane now goes through all the points of the 3D line and is vertical.
Now, I want to project my curve onto that plane such that my x-axis from the...