You have to build a project in Dev C++ environment. In this project make an application which draws 3D shapes on screen by user choice. Your application should perform the given operations:
•Translation
•Rotation
Instructions:
•Declare a function to draw 3D shapes at user choice.
•Application should ask to enter number of coordinates from user (for front view only).
•Function declared to draw 3D shapes also takes depth of the shape.
•Application should take coordinates for translation (x, y) and angle for rotation (a).