This program is used to convert 2D graphs to 3D graphs and vice verca.
You must have Qt-5 installed on your system
./build/cop
- Select file
- Browse one of the files from test/threeD or test/twoD
- Select 3D or 2D based on your files and click on OK
- What you see on the extreme left is the planar projection of the model along any plane ax+by+cz+d=0.
- Just enter some values on the four boxes beneath that, and there you'll have it.
- In the centre you see the Isometric projection of the figure.
- And on the right is the orthographic projection.
- Use the six buttons to rotate the model.
Read the doc, functional specifications and the mathematical model to know how we came up with the implementation.