[求助] 英国大学C语言作业 求解
Develop a program in C that accepts two 3D points (x,y,z) which are thestart and end points of a line. The program should have a menu system that
allows the user to evaluate any point on the line by means of a user-specified
parameter value in the range [0, 1]. The menu should also allow the user to
transform the line (translate, scale, rotate in the xy-plane), and alter the
current position of either of the points. The program should only terminate
when user selects ‘Quit’ from menu.