Add the following
commands to Assignment_01.Your program should be able to read from an input
file and display data (same as Assignment_01).
Rotate around line AB by D degrees in 100
incremental steps This command rotates all the objects
around line AB byD degrees in100incremental steps (coordinates of points A and B
are specified by the user). The intermediate results should
be displayed
Scale Sx, Sy, Sz around point Ax,Ay,Az
in 100 incremental steps This command scales all the
objectsaround point A(x,y,z) bySx,Sy,
andSzin 100incremental steps. The intermediate results
should be displayed
Translate Tx, Ty, Tz,
100 This command translates all the
objects by Tx,
Ty, and Tz in100incremental steps. The intermediate results
should be displayed