Intersection of polytope and hyperplane

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Determining the intersection of polytope and hyperplane in arbitrary dimension is of central interest in computational geometry. In some paper(this one in particular: https://pdfs.semanticscholar.org/f4a6/4713dbf19883878e1357a6dc2bdfc2a04f30.pdf) author mentioned the "Naive Algorithm" of finding all the intersection between edges and hyperplane.



However, I couldn't find a proof that the intersection of polytope and hyperplane is determined by the intersection of the hyperplane and polytope's edges; is this unproven? If it is can someone post a source?







share|cite|improve this question

























    up vote
    0
    down vote

    favorite












    Determining the intersection of polytope and hyperplane in arbitrary dimension is of central interest in computational geometry. In some paper(this one in particular: https://pdfs.semanticscholar.org/f4a6/4713dbf19883878e1357a6dc2bdfc2a04f30.pdf) author mentioned the "Naive Algorithm" of finding all the intersection between edges and hyperplane.



    However, I couldn't find a proof that the intersection of polytope and hyperplane is determined by the intersection of the hyperplane and polytope's edges; is this unproven? If it is can someone post a source?







    share|cite|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Determining the intersection of polytope and hyperplane in arbitrary dimension is of central interest in computational geometry. In some paper(this one in particular: https://pdfs.semanticscholar.org/f4a6/4713dbf19883878e1357a6dc2bdfc2a04f30.pdf) author mentioned the "Naive Algorithm" of finding all the intersection between edges and hyperplane.



      However, I couldn't find a proof that the intersection of polytope and hyperplane is determined by the intersection of the hyperplane and polytope's edges; is this unproven? If it is can someone post a source?







      share|cite|improve this question













      Determining the intersection of polytope and hyperplane in arbitrary dimension is of central interest in computational geometry. In some paper(this one in particular: https://pdfs.semanticscholar.org/f4a6/4713dbf19883878e1357a6dc2bdfc2a04f30.pdf) author mentioned the "Naive Algorithm" of finding all the intersection between edges and hyperplane.



      However, I couldn't find a proof that the intersection of polytope and hyperplane is determined by the intersection of the hyperplane and polytope's edges; is this unproven? If it is can someone post a source?









      share|cite|improve this question












      share|cite|improve this question




      share|cite|improve this question








      edited Jul 31 at 3:23
























      asked Jul 30 at 22:22









      404 n found

      13




      13




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          The polygon lies in a plane. The intersection of a hyperplane and a plane is either the entire plane or a line in the plane. Thus, if a hyperplane intersects the polygon in some point, it intersect the polygon's plane in a line through that point. This line necessarily crosses the edges of the polygon. Thus you can find the polygon's intersection with a hyperplane by finding the intersections of its edges with the hyperplane.






          share|cite|improve this answer





















          • sorry, by polygon I mean polytope
            – 404 n found
            Jul 31 at 3:22










          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          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%2f2867465%2fintersection-of-polytope-and-hyperplane%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          The polygon lies in a plane. The intersection of a hyperplane and a plane is either the entire plane or a line in the plane. Thus, if a hyperplane intersects the polygon in some point, it intersect the polygon's plane in a line through that point. This line necessarily crosses the edges of the polygon. Thus you can find the polygon's intersection with a hyperplane by finding the intersections of its edges with the hyperplane.






          share|cite|improve this answer





















          • sorry, by polygon I mean polytope
            – 404 n found
            Jul 31 at 3:22














          up vote
          0
          down vote













          The polygon lies in a plane. The intersection of a hyperplane and a plane is either the entire plane or a line in the plane. Thus, if a hyperplane intersects the polygon in some point, it intersect the polygon's plane in a line through that point. This line necessarily crosses the edges of the polygon. Thus you can find the polygon's intersection with a hyperplane by finding the intersections of its edges with the hyperplane.






          share|cite|improve this answer





















          • sorry, by polygon I mean polytope
            – 404 n found
            Jul 31 at 3:22












          up vote
          0
          down vote










          up vote
          0
          down vote









          The polygon lies in a plane. The intersection of a hyperplane and a plane is either the entire plane or a line in the plane. Thus, if a hyperplane intersects the polygon in some point, it intersect the polygon's plane in a line through that point. This line necessarily crosses the edges of the polygon. Thus you can find the polygon's intersection with a hyperplane by finding the intersections of its edges with the hyperplane.






          share|cite|improve this answer













          The polygon lies in a plane. The intersection of a hyperplane and a plane is either the entire plane or a line in the plane. Thus, if a hyperplane intersects the polygon in some point, it intersect the polygon's plane in a line through that point. This line necessarily crosses the edges of the polygon. Thus you can find the polygon's intersection with a hyperplane by finding the intersections of its edges with the hyperplane.







          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Jul 31 at 3:20









          joriki

          164k10179328




          164k10179328











          • sorry, by polygon I mean polytope
            – 404 n found
            Jul 31 at 3:22
















          • sorry, by polygon I mean polytope
            – 404 n found
            Jul 31 at 3:22















          sorry, by polygon I mean polytope
          – 404 n found
          Jul 31 at 3:22




          sorry, by polygon I mean polytope
          – 404 n found
          Jul 31 at 3:22












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2867465%2fintersection-of-polytope-and-hyperplane%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What is the equation of a 3D cone with generalised tilt?

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?