The order of intersections between a line and a circle with tkzInterLC (tkz-euclide)Mark angles with arrows...
If 1. e4 c6 is considered as a sound defense for black, why is 1. c3 so rare?
If an enemy is just below a 10-foot-high ceiling, are they in melee range of a creature on the ground?
How to scale a verbatim environment on a minipage?
Any examples of headwear for races with animal ears?
Airbnb - host wants to reduce rooms, can we get refund?
I caught several of my students plagiarizing. Could it be my fault as a teacher?
If Melisandre foresaw another character closing blue eyes, why did she follow Stannis?
Why do freehub and cassette have only one position that matches?
Why does my Macbook overheat and use so much CPU and energy when on YouTube?
How to efficiently calculate prefix sum of frequencies of characters in a string?
Pigeonhole Principle Problem
What happened to Ghost?
Hang 20lb projector screen on Hardieplank
Password expiration with Password manager
Copy line and insert it in a new position with sed or awk
What is the limiting factor for a CAN bus to exceed 1Mbps bandwidth?
Does hiding behind 5-ft-wide cover give full cover?
Is thermodynamics only applicable to systems in equilibrium?
If Earth is tilted, why is Polaris always above the same spot?
Stark VS Thanos
Is balancing necessary on a full-wheel change?
How did Arya manage to disguise herself?
Can fracking help reduce CO2?
Why do computer-science majors learn calculus?
The order of intersections between a line and a circle with tkzInterLC (tkz-euclide)
Mark angles with arrows using tkz-euclideHow can I mark right angles in tkz-euclide with round quarter-circle and a dot?Learning tkz-euclide and getting strange errorsDraw a ray with tkz-euclideOrthogonal line in tkz-euclideProblems formatting with tkz-euclidetkz-euclide problem with newcolumntypeFill between two arcs in tkz-euclideCoordinates computation with tkz-euclideThmtools and tkz-euclide conflict
There may be two points of intersection between a line and a circle. How can we determine the order of the result given by the macro tkzInterLC
?
Here is a simple example.
When A=(2,0), B=(-2,0), C=(0,1) and O=(0,0), tkzInterLC(A,B)(O,C)
would give the two points of intersection (1,0) and (-1,0). But which would be retrieved by tkzGetFirstPoint
and which would be retrieved by tkzGetSecondPoint
?
I think similar situation also exists for tkzInterCC
.
tkz-euclide
New contributor
add a comment |
There may be two points of intersection between a line and a circle. How can we determine the order of the result given by the macro tkzInterLC
?
Here is a simple example.
When A=(2,0), B=(-2,0), C=(0,1) and O=(0,0), tkzInterLC(A,B)(O,C)
would give the two points of intersection (1,0) and (-1,0). But which would be retrieved by tkzGetFirstPoint
and which would be retrieved by tkzGetSecondPoint
?
I think similar situation also exists for tkzInterCC
.
tkz-euclide
New contributor
1
Welcome to TeX-SE! If you were willing to use "plain" TikZ you could use thesort by
key that comes with theintersections
library.
– marmot
18 mins ago
1
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with adocumentclass
command, have a minimal preamble and thenbegin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem.
– Andrew
10 mins ago
add a comment |
There may be two points of intersection between a line and a circle. How can we determine the order of the result given by the macro tkzInterLC
?
Here is a simple example.
When A=(2,0), B=(-2,0), C=(0,1) and O=(0,0), tkzInterLC(A,B)(O,C)
would give the two points of intersection (1,0) and (-1,0). But which would be retrieved by tkzGetFirstPoint
and which would be retrieved by tkzGetSecondPoint
?
I think similar situation also exists for tkzInterCC
.
tkz-euclide
New contributor
There may be two points of intersection between a line and a circle. How can we determine the order of the result given by the macro tkzInterLC
?
Here is a simple example.
When A=(2,0), B=(-2,0), C=(0,1) and O=(0,0), tkzInterLC(A,B)(O,C)
would give the two points of intersection (1,0) and (-1,0). But which would be retrieved by tkzGetFirstPoint
and which would be retrieved by tkzGetSecondPoint
?
I think similar situation also exists for tkzInterCC
.
tkz-euclide
tkz-euclide
New contributor
New contributor
New contributor
asked 20 mins ago
YutaYuta
101
101
New contributor
New contributor
1
Welcome to TeX-SE! If you were willing to use "plain" TikZ you could use thesort by
key that comes with theintersections
library.
– marmot
18 mins ago
1
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with adocumentclass
command, have a minimal preamble and thenbegin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem.
– Andrew
10 mins ago
add a comment |
1
Welcome to TeX-SE! If you were willing to use "plain" TikZ you could use thesort by
key that comes with theintersections
library.
– marmot
18 mins ago
1
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with adocumentclass
command, have a minimal preamble and thenbegin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem.
– Andrew
10 mins ago
1
1
Welcome to TeX-SE! If you were willing to use "plain" TikZ you could use the
sort by
key that comes with the intersections
library.– marmot
18 mins ago
Welcome to TeX-SE! If you were willing to use "plain" TikZ you could use the
sort by
key that comes with the intersections
library.– marmot
18 mins ago
1
1
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with a
documentclass
command, have a minimal preamble and then begin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem.– Andrew
10 mins ago
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with a
documentclass
command, have a minimal preamble and then begin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem.– Andrew
10 mins ago
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
});
}
});
Yuta is a new contributor. Be nice, and check out our Code of Conduct.
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%2f488349%2fthe-order-of-intersections-between-a-line-and-a-circle-with-tkzinterlc-tkz-euc%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
Yuta is a new contributor. Be nice, and check out our Code of Conduct.
Yuta is a new contributor. Be nice, and check out our Code of Conduct.
Yuta is a new contributor. Be nice, and check out our Code of Conduct.
Yuta is a new contributor. Be nice, and check out our Code of Conduct.
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%2f488349%2fthe-order-of-intersections-between-a-line-and-a-circle-with-tkzinterlc-tkz-euc%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
1
Welcome to TeX-SE! If you were willing to use "plain" TikZ you could use the
sort by
key that comes with theintersections
library.– marmot
18 mins ago
1
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with a
documentclass
command, have a minimal preamble and thenbegin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem.– Andrew
10 mins ago