Projection of arbitrary rotated circle on planeCenter of circle on a stereographic projectioncalculate...

Giving feedback to someone without sounding prejudiced

Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?

Strong empirical falsification of quantum mechanics based on vacuum energy density?

Why should universal income be universal?

How do I fix the group tension caused by my character stealing and possibly killing without provocation?

Creating two special characters

The Digit Triangles

How to explain what's wrong with this application of the chain rule?

Microchip documentation does not label CAN buss pins on micro controller pinout diagram

Doesn't the system of the Supreme Court oppose justice?

Can I say "fingers" when referring to toes?

PTIJ: Why is Haman obsessed with Bose?

Why is so much work done on numerical verification of the Riemann Hypothesis?

Does "he squandered his car on drink" sound natural?

Is it allowed to activate the ability of multiple planeswalkers in a single turn?

"It doesn't matter" or "it won't matter"?

Does Doodling or Improvising on the Piano Have Any Benefits?

How to convince somebody that he is fit for something else, but not this job?

Why can't the Brexit deadlock in the UK parliament be solved with a plurality vote?

What (the heck) is a Super Worm Equinox Moon?

Why does this expression simplify as such?

The IT department bottlenecks progress, how should I handle this?

What kind of floor tile is this?

How could a planet have erratic days?



Projection of arbitrary rotated circle on plane


Center of circle on a stereographic projectioncalculate out-of-plane and in-plane rotation from virtual camera position.Calculating rotated relative positions on 2D planeCalculating angle on ellipseGet the camera transformation matrix (Camera pose, not view matrix)Width of rotated planeComputing the properties of the 3D-projection of an ellipse.Section of cone through the rotated plane (with and without offset)What is equation of moved and rotated ellipse, parabola and hyperbola in XY plane?what is the equation of a rotated ellipsoid?













0












$begingroup$


I have a camera that is trying to work out the angle that a disc is rotated at.



Assuming this was an orthographic projection, how would I work out the angle that the circle is at from the ellipse that I can see?



The circle will have some 3D rotation applied to it and then it will be projected on to the plane that is the camera.



Below is an example of such a transform:



enter image description here










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    I have a camera that is trying to work out the angle that a disc is rotated at.



    Assuming this was an orthographic projection, how would I work out the angle that the circle is at from the ellipse that I can see?



    The circle will have some 3D rotation applied to it and then it will be projected on to the plane that is the camera.



    Below is an example of such a transform:



    enter image description here










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      I have a camera that is trying to work out the angle that a disc is rotated at.



      Assuming this was an orthographic projection, how would I work out the angle that the circle is at from the ellipse that I can see?



      The circle will have some 3D rotation applied to it and then it will be projected on to the plane that is the camera.



      Below is an example of such a transform:



      enter image description here










      share|cite|improve this question









      $endgroup$




      I have a camera that is trying to work out the angle that a disc is rotated at.



      Assuming this was an orthographic projection, how would I work out the angle that the circle is at from the ellipse that I can see?



      The circle will have some 3D rotation applied to it and then it will be projected on to the plane that is the camera.



      Below is an example of such a transform:



      enter image description here







      geometry rotations






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Oct 20 '15 at 10:49









      MorgothMorgoth

      1088




      1088






















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          Orthogonal projection has the property that a line segment which is parallel to the plane of projection gets mapped onto a segment of the same length. All other segments will become shorter. The more so the farther they are from being parallel.



          So the original diameter of the circle corresponds to the length of the major axis of the ellipse. Along that axis, the angle between original and projected segment is zero. Perpendicular to that is the minor axis of the ellipse. There the angle between original and projection is maximal, i.e. equal to the angle between original and projected plane.



          Imagine cutting the scene along a plane which is perpendicular to the plane of projection, and passes through the minor axis. The projection there appears as a right triangle: one leg is the direction of the projection, one leg is the projected segment (i.e. the minor axis of the ellipse) and the hypothenuse is the original diameter of the circle (i.e. the major axis of the ellipse). Do you know how to work out the angles of a right triangle if you know the hypothenuse and one of the legs?






          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%2f1488959%2fprojection-of-arbitrary-rotated-circle-on-plane%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$

            Orthogonal projection has the property that a line segment which is parallel to the plane of projection gets mapped onto a segment of the same length. All other segments will become shorter. The more so the farther they are from being parallel.



            So the original diameter of the circle corresponds to the length of the major axis of the ellipse. Along that axis, the angle between original and projected segment is zero. Perpendicular to that is the minor axis of the ellipse. There the angle between original and projection is maximal, i.e. equal to the angle between original and projected plane.



            Imagine cutting the scene along a plane which is perpendicular to the plane of projection, and passes through the minor axis. The projection there appears as a right triangle: one leg is the direction of the projection, one leg is the projected segment (i.e. the minor axis of the ellipse) and the hypothenuse is the original diameter of the circle (i.e. the major axis of the ellipse). Do you know how to work out the angles of a right triangle if you know the hypothenuse and one of the legs?






            share|cite|improve this answer









            $endgroup$


















              0












              $begingroup$

              Orthogonal projection has the property that a line segment which is parallel to the plane of projection gets mapped onto a segment of the same length. All other segments will become shorter. The more so the farther they are from being parallel.



              So the original diameter of the circle corresponds to the length of the major axis of the ellipse. Along that axis, the angle between original and projected segment is zero. Perpendicular to that is the minor axis of the ellipse. There the angle between original and projection is maximal, i.e. equal to the angle between original and projected plane.



              Imagine cutting the scene along a plane which is perpendicular to the plane of projection, and passes through the minor axis. The projection there appears as a right triangle: one leg is the direction of the projection, one leg is the projected segment (i.e. the minor axis of the ellipse) and the hypothenuse is the original diameter of the circle (i.e. the major axis of the ellipse). Do you know how to work out the angles of a right triangle if you know the hypothenuse and one of the legs?






              share|cite|improve this answer









              $endgroup$
















                0












                0








                0





                $begingroup$

                Orthogonal projection has the property that a line segment which is parallel to the plane of projection gets mapped onto a segment of the same length. All other segments will become shorter. The more so the farther they are from being parallel.



                So the original diameter of the circle corresponds to the length of the major axis of the ellipse. Along that axis, the angle between original and projected segment is zero. Perpendicular to that is the minor axis of the ellipse. There the angle between original and projection is maximal, i.e. equal to the angle between original and projected plane.



                Imagine cutting the scene along a plane which is perpendicular to the plane of projection, and passes through the minor axis. The projection there appears as a right triangle: one leg is the direction of the projection, one leg is the projected segment (i.e. the minor axis of the ellipse) and the hypothenuse is the original diameter of the circle (i.e. the major axis of the ellipse). Do you know how to work out the angles of a right triangle if you know the hypothenuse and one of the legs?






                share|cite|improve this answer









                $endgroup$



                Orthogonal projection has the property that a line segment which is parallel to the plane of projection gets mapped onto a segment of the same length. All other segments will become shorter. The more so the farther they are from being parallel.



                So the original diameter of the circle corresponds to the length of the major axis of the ellipse. Along that axis, the angle between original and projected segment is zero. Perpendicular to that is the minor axis of the ellipse. There the angle between original and projection is maximal, i.e. equal to the angle between original and projected plane.



                Imagine cutting the scene along a plane which is perpendicular to the plane of projection, and passes through the minor axis. The projection there appears as a right triangle: one leg is the direction of the projection, one leg is the projected segment (i.e. the minor axis of the ellipse) and the hypothenuse is the original diameter of the circle (i.e. the major axis of the ellipse). Do you know how to work out the angles of a right triangle if you know the hypothenuse and one of the legs?







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Oct 20 '15 at 12:45









                MvGMvG

                31k450105




                31k450105






























                    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%2f1488959%2fprojection-of-arbitrary-rotated-circle-on-plane%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?