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

What if a revenant (monster) gains fire resistance?

Why should universal income be universal?

Do the primes contain an infinite almost arithmetic progression?

putting logo on same line but after title, latex

Why would a new[] expression ever invoke a destructor?

Why can Carol Danvers change her suit colours in the first place?

Does Doodling or Improvising on the Piano Have Any Benefits?

How do you make your own symbol when Detexify fails?

Are Captain Marvel's powers affected by Thanos' actions in Infinity War

How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?

What is Cash Advance APR?

Terse Method to Swap Lowest for Highest?

Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?

Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?

How can "mimic phobia" be cured or prevented?

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

Why does a simple loop result in ASYNC_NETWORK_IO waits?

What happens if you are holding an Iron Flask with a demon inside and walk into an Antimagic Field?

Is there a way to get `mathscr' with lower case letters in pdfLaTeX?

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

What is the evidence for the "tyranny of the majority problem" in a direct democracy context?

Need help understanding what a natural log transformation is actually doing and why specific transformations are required for linear regression

Does malloc reserve more space while allocating memory?

It grows, but water kills it



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?



documentclass{article}

usepackage{luacode}
usepackage{luamplib}
usepackage{calc}
usepackage{xcolor}
usepackage{forloop}

setlength{unitlength}{1bp}
setlength{parindent}{0sp}

begin{document}
pagestyle{empty}

begin{picture}(0,0)
put(0,-72){
begin{mplibcode}
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;
end{mplibcode}}
end{picture}
end{document}


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?



    documentclass{article}

    usepackage{luacode}
    usepackage{luamplib}
    usepackage{calc}
    usepackage{xcolor}
    usepackage{forloop}

    setlength{unitlength}{1bp}
    setlength{parindent}{0sp}

    begin{document}
    pagestyle{empty}

    begin{picture}(0,0)
    put(0,-72){
    begin{mplibcode}
    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;
    end{mplibcode}}
    end{picture}
    end{document}


    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?



      documentclass{article}

      usepackage{luacode}
      usepackage{luamplib}
      usepackage{calc}
      usepackage{xcolor}
      usepackage{forloop}

      setlength{unitlength}{1bp}
      setlength{parindent}{0sp}

      begin{document}
      pagestyle{empty}

      begin{picture}(0,0)
      put(0,-72){
      begin{mplibcode}
      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;
      end{mplibcode}}
      end{picture}
      end{document}


      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?



      documentclass{article}

      usepackage{luacode}
      usepackage{luamplib}
      usepackage{calc}
      usepackage{xcolor}
      usepackage{forloop}

      setlength{unitlength}{1bp}
      setlength{parindent}{0sp}

      begin{document}
      pagestyle{empty}

      begin{picture}(0,0)
      put(0,-72){
      begin{mplibcode}
      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;
      end{mplibcode}}
      end{picture}
      end{document}


      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

          Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

          How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

          Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...