I want to draw a 3d line from one 3d point to another 3d point.
I know the source point, but need to calculate the destination point. I have the angle and the length of the line. The y coordinate (the height) is the same for the source and the destination point.
Thanks
Basic trig, imagine a bunch of triangles along the various planes and solve for the sides/angles you want to know.
If you give us some sample values for what you already know we can show you the maths.