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
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
metapost
add a comment |
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
metapost
add a comment |
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
metapost
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
metapost
metapost
asked 3 mins ago
WillAdamsWillAdams
5,5112032
5,5112032
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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