Milosvukovic Posted January 7, 2020 Posted January 7, 2020 (edited) Hi there, This 'problem' torments me since a while: Let us draw one projection of a square, and the projection is seen as a rhomboid - so, draw some arbitrary rhomboid. (Imagine a square tile that you see from a certain angle - it will become slanted and therefore distorted and seen as a series of romboids as you change the angle of view. Have in mind that distance at/from which you see it does not matter - only the angle.) Q: How to find the 2nd projection of this square, and how to draw this square (full size, seen 'en face', as if seen directly under 90°)? See the image below. Milos P. S. You can rotate the image by 90 deg or change the shape of the rhomboid as well, the case is meant to be general and thereby doesn't change the essence. Edited January 7, 2020 by Milosvukovic To bring closer the point
Strange Posted January 7, 2020 Posted January 7, 2020 ! Moderator Note Moved to Mathematics (seems most appropriate).
Sensei Posted January 7, 2020 Posted January 7, 2020 (edited) To get projected coordinate, 3D world original coordinate must be multiplied by projection matrix. https://en.wikipedia.org/wiki/3D_projection In orthogonal projection matrix, one 3D axis is simply cleared (multiplied by 0). What you need to do is construction of inverse of projection matrix. https://www.google.com/search?q=inverse+projection+matrix (in some cases it is not possible to reverse projection, to get original coordinate, like in orthogonal projection were you lost certain axis data) Axonometric projection that you gave is similar to isometric projection. https://en.wikipedia.org/wiki/Isometric_projection In the above article there are showed matrices which can be used to get such projection. In your case it's simple as you know that [math]\alpha[/math] used to be originally 90 degrees, [math]\beta =\frac{360-2*\alpha}{2}[/math] was also 90 degrees, and length of each Rhombus edge used to be (prior projection) the same value (projection of square, not rectangle). Edited January 7, 2020 by Sensei
Milosvukovic Posted January 7, 2020 Author Posted January 7, 2020 Thank you kindly for such a quick response, I will study it and reply ASAP. Milos I forgot to mention that the problem should be tried to be solved by means and rules of descriptive geometry, if possible.
Sensei Posted January 7, 2020 Posted January 7, 2020 7 minutes ago, Milosvukovic said: I forgot to mention that the problem should be tried to be solved by means and rules of descriptive geometry, if possible. Did you read this forum Homework Help rules? https://www.scienceforums.net/forum/35-homework-help/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now