Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please complete the assignment below using the code in the image ( NOT MODIFIED CODE ) using the C + + Language: Specifically, you must
Please complete the assignment below using the code in the imageNOT MODIFIED CODE using the C Language:
Specifically, you must address the following rubric criteria:
Construct a complex D object using at least two basic D shapes. The object you construct should replicate one of the complex objects from your D image. You may want to apply different colors to the D shapes to better visualize the different parts of the replicated object. Remember, the following basic D shapes are available: use are as follows:
Box
Cone
Cylinder
Plane
Prism
Pyramid
Sphere
Tapered cylinder
Torus
Apply transformations so shapes are scaled, rotated, and translated placed correctly. This work should be relative to the D reference image. For example, if you are working with a cylinder, should it be standing up or lying on its side, based on the image you are referencing? If you are also creating a box, where should you place it relative to the cylinder? What sizes are the two objects when compared to each other? Applying transformations will be easier if you complete these transformations in the right order for your specific object. In general, you should scale first, then rotate, and then translate. Your process will follow this order in most cases, though not always.
Create code that follows a logical flow without syntax errors. The code you create needs to be executable. All the code that is included will have to be reached by the execution. You dont need to write everything as a single function. Your work should be well modularized.
Apply coding best practices in your creations. Pay particular attention to the way you format and comment your code. Program code should be easy to read and follow industrystandard code formatting practices, such as indentation and spacing. The source code should be brief and clear. Use descriptive comments.
What to Submit
Submit a completed ZIP folder with all of your code. Your ZIP folder may include one or multiple CPP files and your Visual Studio project files. Also, the ZIP folder must include an EXE file. Your code cannot run without an EXE file. Check the EXE file as a quick reference on your codes functionality before you submit it Review the Visual Studio Export Tutorial linked below in the Supporting Materials section for help with submitting this assignment.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started