Question: Write a program for one rotations of point P (x, y, z) around Z axis with angles a1 followed by a translation The output point
Write a program for one rotations of point P (x, y, z) around Z axis with angles a1 followed by a translation
The output point after the rotation then translation is M (x1,y1,z1) The input should be taken from the user Write a method to make one translation Write a method to make one rotation Call the the rotation then translation from the main Print M
the input is
P = (10, 2, 1) a1 = 60 translation ( 2,3,5)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
