Isometric Drawing Tool: Converting 2D information to 3D The Next CEO of Stack...

What was Carter Burke's job for "the company" in Aliens?

What CSS properties can the br tag have?

How can I make proper oatmeal cookies?

Vector calculus integration identity problem

Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico

From jafe to El-Guest

Raspberry pi 3 B with Ubuntu 18.04 server arm64: what chip

Is fine stranded wire ok for main supply line?

Can you teleport closer to a creature you are Frightened of?

Is there a difference between "Fahrstuhl" and "Aufzug"?

In the "Harry Potter and the Order of the Phoenix" video game, what potion is used to sabotage Umbridge's speakers?

Defamation due to breach of confidentiality

Calculate the Mean mean of two numbers

Lucky Feat: How can "more than one creature spend a luck point to influence the outcome of a roll"?

Players Circumventing the limitations of Wish

Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?

Is it OK to decorate a log book cover?

Free fall ellipse or parabola?

Where do students learn to solve polynomial equations these days?

Physiological effects of huge anime eyes

What flight has the highest ratio of timezone difference to flight time?

Man transported from Alternate World into ours by a Neutrino Detector

How can the PCs determine if an item is a phylactery?

What difference does it make using sed with/without whitespaces?



Isometric Drawing Tool: Converting 2D information to 3D



The Next CEO of Stack Overflowcalculate location on an isometric world mapCalculating the number of tiles shown on an isometric mapDraw a regular hexagon in simcitytransforming data from cartesian plane to isometric planeWhat is the math behind equal-spacing divider tool?Does every coordinate system have a well-defined conversion to cartesian coordinates?Calculate point coordinates having angle and length in 2dConverting a set of Polar coordinates to Cartesian coordinatesGeometry tool kit recommendationsHow to estimate pose in 2d?












0












$begingroup$


I was drawing with the NCTM Isometric Drawing Tool, and produced the image seen here. I also noticed that it is possible to view the isometric drawing in 2D, and was wondering if/how it is possible to generate the 3D-coordinates of the blocks by using the information given in 2D.










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    I was drawing with the NCTM Isometric Drawing Tool, and produced the image seen here. I also noticed that it is possible to view the isometric drawing in 2D, and was wondering if/how it is possible to generate the 3D-coordinates of the blocks by using the information given in 2D.










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      I was drawing with the NCTM Isometric Drawing Tool, and produced the image seen here. I also noticed that it is possible to view the isometric drawing in 2D, and was wondering if/how it is possible to generate the 3D-coordinates of the blocks by using the information given in 2D.










      share|cite|improve this question









      $endgroup$




      I was drawing with the NCTM Isometric Drawing Tool, and produced the image seen here. I also noticed that it is possible to view the isometric drawing in 2D, and was wondering if/how it is possible to generate the 3D-coordinates of the blocks by using the information given in 2D.







      geometry coordinate-systems






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 17 at 17:40









      RuffWarriorRuffWarrior

      11




      11






















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          Isometric projection, in this case, is the orthogonal projection on plane with equation $x+y+z=0$ (or any affine plane with equation $x+y+z=d$). Thus



          A first answer is 'no' because depth information (depth in the direction of view, i.e., in the $(1,1,1)$ direction) is lost ; in the example you give, one could interpret the upper corner of the highest cube as having coordinates $(0,-1,5)$ but they could as well be



          $$(0,-1,5)+t(1,1,1)=(t,t-1,t+5)$$



          for any real number $t$...



          A second answer is 'yes' as long as we have the absolute coordinates $(a,b,c)$ of a certain reference point $R$. Indeed in this case, one can retrieve the absolute coordinates of any point $S$ by first creating a path from (the projection) of $R$ to (the projection of) $S$ and then, while following the path, add $(pm 1,0,0), (0,pm 1,0), (0,0,pm 1) $ to the current coordinates as we are moving South-East, North-West, South-West, North-East, South or North direction resp.



          Remarks :



          1) all paths from $R$ to $S$ give the same final coordinates to $S$.



          2) thinking to reference (affine) plane with equation $x+y+z=1$, one could work with barycentric coordinates. I can even imagine that this "Isometric Drawing Tool" has been programmed using sort of coordinates. I will try to re-create it in this way in the coming times...






          share|cite|improve this answer











          $endgroup$














            Your Answer





            StackExchange.ifUsing("editor", function () {
            return StackExchange.using("mathjaxEditing", function () {
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            });
            });
            }, "mathjax-editing");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "69"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3151817%2fisometric-drawing-tool-converting-2d-information-to-3d%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0












            $begingroup$

            Isometric projection, in this case, is the orthogonal projection on plane with equation $x+y+z=0$ (or any affine plane with equation $x+y+z=d$). Thus



            A first answer is 'no' because depth information (depth in the direction of view, i.e., in the $(1,1,1)$ direction) is lost ; in the example you give, one could interpret the upper corner of the highest cube as having coordinates $(0,-1,5)$ but they could as well be



            $$(0,-1,5)+t(1,1,1)=(t,t-1,t+5)$$



            for any real number $t$...



            A second answer is 'yes' as long as we have the absolute coordinates $(a,b,c)$ of a certain reference point $R$. Indeed in this case, one can retrieve the absolute coordinates of any point $S$ by first creating a path from (the projection) of $R$ to (the projection of) $S$ and then, while following the path, add $(pm 1,0,0), (0,pm 1,0), (0,0,pm 1) $ to the current coordinates as we are moving South-East, North-West, South-West, North-East, South or North direction resp.



            Remarks :



            1) all paths from $R$ to $S$ give the same final coordinates to $S$.



            2) thinking to reference (affine) plane with equation $x+y+z=1$, one could work with barycentric coordinates. I can even imagine that this "Isometric Drawing Tool" has been programmed using sort of coordinates. I will try to re-create it in this way in the coming times...






            share|cite|improve this answer











            $endgroup$


















              0












              $begingroup$

              Isometric projection, in this case, is the orthogonal projection on plane with equation $x+y+z=0$ (or any affine plane with equation $x+y+z=d$). Thus



              A first answer is 'no' because depth information (depth in the direction of view, i.e., in the $(1,1,1)$ direction) is lost ; in the example you give, one could interpret the upper corner of the highest cube as having coordinates $(0,-1,5)$ but they could as well be



              $$(0,-1,5)+t(1,1,1)=(t,t-1,t+5)$$



              for any real number $t$...



              A second answer is 'yes' as long as we have the absolute coordinates $(a,b,c)$ of a certain reference point $R$. Indeed in this case, one can retrieve the absolute coordinates of any point $S$ by first creating a path from (the projection) of $R$ to (the projection of) $S$ and then, while following the path, add $(pm 1,0,0), (0,pm 1,0), (0,0,pm 1) $ to the current coordinates as we are moving South-East, North-West, South-West, North-East, South or North direction resp.



              Remarks :



              1) all paths from $R$ to $S$ give the same final coordinates to $S$.



              2) thinking to reference (affine) plane with equation $x+y+z=1$, one could work with barycentric coordinates. I can even imagine that this "Isometric Drawing Tool" has been programmed using sort of coordinates. I will try to re-create it in this way in the coming times...






              share|cite|improve this answer











              $endgroup$
















                0












                0








                0





                $begingroup$

                Isometric projection, in this case, is the orthogonal projection on plane with equation $x+y+z=0$ (or any affine plane with equation $x+y+z=d$). Thus



                A first answer is 'no' because depth information (depth in the direction of view, i.e., in the $(1,1,1)$ direction) is lost ; in the example you give, one could interpret the upper corner of the highest cube as having coordinates $(0,-1,5)$ but they could as well be



                $$(0,-1,5)+t(1,1,1)=(t,t-1,t+5)$$



                for any real number $t$...



                A second answer is 'yes' as long as we have the absolute coordinates $(a,b,c)$ of a certain reference point $R$. Indeed in this case, one can retrieve the absolute coordinates of any point $S$ by first creating a path from (the projection) of $R$ to (the projection of) $S$ and then, while following the path, add $(pm 1,0,0), (0,pm 1,0), (0,0,pm 1) $ to the current coordinates as we are moving South-East, North-West, South-West, North-East, South or North direction resp.



                Remarks :



                1) all paths from $R$ to $S$ give the same final coordinates to $S$.



                2) thinking to reference (affine) plane with equation $x+y+z=1$, one could work with barycentric coordinates. I can even imagine that this "Isometric Drawing Tool" has been programmed using sort of coordinates. I will try to re-create it in this way in the coming times...






                share|cite|improve this answer











                $endgroup$



                Isometric projection, in this case, is the orthogonal projection on plane with equation $x+y+z=0$ (or any affine plane with equation $x+y+z=d$). Thus



                A first answer is 'no' because depth information (depth in the direction of view, i.e., in the $(1,1,1)$ direction) is lost ; in the example you give, one could interpret the upper corner of the highest cube as having coordinates $(0,-1,5)$ but they could as well be



                $$(0,-1,5)+t(1,1,1)=(t,t-1,t+5)$$



                for any real number $t$...



                A second answer is 'yes' as long as we have the absolute coordinates $(a,b,c)$ of a certain reference point $R$. Indeed in this case, one can retrieve the absolute coordinates of any point $S$ by first creating a path from (the projection) of $R$ to (the projection of) $S$ and then, while following the path, add $(pm 1,0,0), (0,pm 1,0), (0,0,pm 1) $ to the current coordinates as we are moving South-East, North-West, South-West, North-East, South or North direction resp.



                Remarks :



                1) all paths from $R$ to $S$ give the same final coordinates to $S$.



                2) thinking to reference (affine) plane with equation $x+y+z=1$, one could work with barycentric coordinates. I can even imagine that this "Isometric Drawing Tool" has been programmed using sort of coordinates. I will try to re-create it in this way in the coming times...







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Mar 19 at 21:37

























                answered Mar 19 at 9:18









                Jean MarieJean Marie

                31.1k42255




                31.1k42255






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Mathematics Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3151817%2fisometric-drawing-tool-converting-2d-information-to-3d%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                    Fil:Tokke komm.svg

                    Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?