How to draw the intersection of a circle and a path in METAPOST

Creepy dinosaur pc game identification

Does IPv6 have similar concept of network mask?

How should I respond when I lied about my education and the company finds out through background check?

Can the US President recognize Israel’s sovereignty over the Golan Heights for the USA or does that need an act of Congress?

Biological Blimps: Propulsion

Why does a simple loop result in ASYNC_NETWORK_IO waits?

What should you do if you miss a job interview (deliberately)?

When were female captains banned from Starfleet?

What is Cash Advance APR?

Invalid date error by date command

Terse Method to Swap Lowest for Highest?

Why is it that I can sometimes guess the next note?

Can a stoichiometric mixture of oxygen and methane exist as a liquid at standard pressure and some (low) temperature?

How does a computer interpret real numbers?

Mixing PEX brands

Picking the different solutions to the time independent Schrodinger eqaution

It grows, but water kills it

What exact color does ozone gas have?

Quoting Keynes in a lecture

15% tax on $7.5k earnings. Is that right?

Why Shazam when there is already Superman?

Lowest total scrabble score

What does "Scientists rise up against statistical significance" mean? (Comment in Nature)

Hero deduces identity of a killer



How to draw the intersection of a circle and a path in METAPOST














0















How do I draw only the two sides of the circle which would be left after subtracting the heavy red line?



documentclassarticle

usepackageluacode
usepackageluamplib
usepackagecalc
usepackagexcolor
usepackageforloop

setlengthunitlength1bp
setlengthparindent0sp

begindocument
pagestyleempty

beginpicture(0,0)
put(0,-72)
beginmplibcode
beginfig(1);

pair A, B, C, D, E, F, G, H, I, J;

A:=(72 bp,18 bp); B:=(135 bp,72 bp);
C:=(72 bp,135 bp); D:=(9 bp,72 bp);

draw A..B..C..D..cycle;

E :=(72 bp,144 bp);
F := (36 bp,108 bp);
G := (72 bp,72 bp);
H := (108 bp,36 bp);
I := (72 bp,0);

draw E..F..G..H..I withcolor red withpen pencircle scaled 9 bp;

endfig;
endmplibcode
endpicture
enddocument


black circle and red path









share


























    0















    How do I draw only the two sides of the circle which would be left after subtracting the heavy red line?



    documentclassarticle

    usepackageluacode
    usepackageluamplib
    usepackagecalc
    usepackagexcolor
    usepackageforloop

    setlengthunitlength1bp
    setlengthparindent0sp

    begindocument
    pagestyleempty

    beginpicture(0,0)
    put(0,-72)
    beginmplibcode
    beginfig(1);

    pair A, B, C, D, E, F, G, H, I, J;

    A:=(72 bp,18 bp); B:=(135 bp,72 bp);
    C:=(72 bp,135 bp); D:=(9 bp,72 bp);

    draw A..B..C..D..cycle;

    E :=(72 bp,144 bp);
    F := (36 bp,108 bp);
    G := (72 bp,72 bp);
    H := (108 bp,36 bp);
    I := (72 bp,0);

    draw E..F..G..H..I withcolor red withpen pencircle scaled 9 bp;

    endfig;
    endmplibcode
    endpicture
    enddocument


    black circle and red path









    share
























      0












      0








      0








      How do I draw only the two sides of the circle which would be left after subtracting the heavy red line?



      documentclassarticle

      usepackageluacode
      usepackageluamplib
      usepackagecalc
      usepackagexcolor
      usepackageforloop

      setlengthunitlength1bp
      setlengthparindent0sp

      begindocument
      pagestyleempty

      beginpicture(0,0)
      put(0,-72)
      beginmplibcode
      beginfig(1);

      pair A, B, C, D, E, F, G, H, I, J;

      A:=(72 bp,18 bp); B:=(135 bp,72 bp);
      C:=(72 bp,135 bp); D:=(9 bp,72 bp);

      draw A..B..C..D..cycle;

      E :=(72 bp,144 bp);
      F := (36 bp,108 bp);
      G := (72 bp,72 bp);
      H := (108 bp,36 bp);
      I := (72 bp,0);

      draw E..F..G..H..I withcolor red withpen pencircle scaled 9 bp;

      endfig;
      endmplibcode
      endpicture
      enddocument


      black circle and red path









      share














      How do I draw only the two sides of the circle which would be left after subtracting the heavy red line?



      documentclassarticle

      usepackageluacode
      usepackageluamplib
      usepackagecalc
      usepackagexcolor
      usepackageforloop

      setlengthunitlength1bp
      setlengthparindent0sp

      begindocument
      pagestyleempty

      beginpicture(0,0)
      put(0,-72)
      beginmplibcode
      beginfig(1);

      pair A, B, C, D, E, F, G, H, I, J;

      A:=(72 bp,18 bp); B:=(135 bp,72 bp);
      C:=(72 bp,135 bp); D:=(9 bp,72 bp);

      draw A..B..C..D..cycle;

      E :=(72 bp,144 bp);
      F := (36 bp,108 bp);
      G := (72 bp,72 bp);
      H := (108 bp,36 bp);
      I := (72 bp,0);

      draw E..F..G..H..I withcolor red withpen pencircle scaled 9 bp;

      endfig;
      endmplibcode
      endpicture
      enddocument


      black circle and red path







      metapost





      share












      share










      share



      share










      asked 3 mins ago









      WillAdamsWillAdams

      5,5112032




      5,5112032




















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "85"
          ;
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481009%2fhow-to-draw-the-intersection-of-a-circle-and-a-path-in-metapost%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to TeX - LaTeX 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.

          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%2ftex.stackexchange.com%2fquestions%2f481009%2fhow-to-draw-the-intersection-of-a-circle-and-a-path-in-metapost%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

          Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

          Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

          Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm