How to draw psellipticarc?

Multi tool use
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
psellipticarc[showpoints]{->}(.5,0)(1.5,1){215}{0}
psarc*[showpoints](1.5,1.5){1.5}{215}{0}
end{pspicture}
end{document}
Update:
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
psarc*[showpoints](1.5,1.5){1.5}{215}{0}
psellipticarc[showpoints]{->}(.5,0)(1.5,1){215}{0}
end{pspicture}
end{document}
It produces true result
Question:
How to fix it?
How to the star version be more beautiful?
pstricks
add a comment |
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
psellipticarc[showpoints]{->}(.5,0)(1.5,1){215}{0}
psarc*[showpoints](1.5,1.5){1.5}{215}{0}
end{pspicture}
end{document}
Update:
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
psarc*[showpoints](1.5,1.5){1.5}{215}{0}
psellipticarc[showpoints]{->}(.5,0)(1.5,1){215}{0}
end{pspicture}
end{document}
It produces true result
Question:
How to fix it?
How to the star version be more beautiful?
pstricks
If you want to know whencorrectAngle=true
is useful, then ask HV.
– God Must Be Crazy
1 hour ago
@GodMustBeCrazy Yes, if he see this post... :-)
– chishimotoji
1 hour ago
add a comment |
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
psellipticarc[showpoints]{->}(.5,0)(1.5,1){215}{0}
psarc*[showpoints](1.5,1.5){1.5}{215}{0}
end{pspicture}
end{document}
Update:
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
psarc*[showpoints](1.5,1.5){1.5}{215}{0}
psellipticarc[showpoints]{->}(.5,0)(1.5,1){215}{0}
end{pspicture}
end{document}
It produces true result
Question:
How to fix it?
How to the star version be more beautiful?
pstricks
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
psellipticarc[showpoints]{->}(.5,0)(1.5,1){215}{0}
psarc*[showpoints](1.5,1.5){1.5}{215}{0}
end{pspicture}
end{document}
Update:
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
psarc*[showpoints](1.5,1.5){1.5}{215}{0}
psellipticarc[showpoints]{->}(.5,0)(1.5,1){215}{0}
end{pspicture}
end{document}
It produces true result
Question:
How to fix it?
How to the star version be more beautiful?
pstricks
pstricks
edited 2 hours ago
asked 3 hours ago
chishimotoji
756216
756216
If you want to know whencorrectAngle=true
is useful, then ask HV.
– God Must Be Crazy
1 hour ago
@GodMustBeCrazy Yes, if he see this post... :-)
– chishimotoji
1 hour ago
add a comment |
If you want to know whencorrectAngle=true
is useful, then ask HV.
– God Must Be Crazy
1 hour ago
@GodMustBeCrazy Yes, if he see this post... :-)
– chishimotoji
1 hour ago
If you want to know when
correctAngle=true
is useful, then ask HV.– God Must Be Crazy
1 hour ago
If you want to know when
correctAngle=true
is useful, then ask HV.– God Must Be Crazy
1 hour ago
@GodMustBeCrazy Yes, if he see this post... :-)
– chishimotoji
1 hour ago
@GodMustBeCrazy Yes, if he see this post... :-)
– chishimotoji
1 hour ago
add a comment |
2 Answers
2
active
oldest
votes
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
%
psellipticarc[linecolor=red,correctAngle=false]{->}(1,2)(1,2){215}{0}
rput(1,2){%
psset{linestyle=dashed}%
psline(!1 2 215 PtoCab)(0,0)%
psline(0,0)(!1 2 0 PtoCab)}
%
psarc*(3,3){1}{215}{0}
rput(3,3){%
psset{linestyle=dashed}%
psline(!1 215 PtoC)(0,0)%
psline(0,0)(!1 0 PtoC)}
end{pspicture}
end{document}
About correctAngle
An ellipse can be parameterized as x=a cos t
and y= b sin t
where t
is a parameter that does not represent an angle relative to the x
axis.
If you write, for example psellipticalarc(0,0)(1,2){0}{45}
with the default correctAngle=true
then it draws an elliptical arc that starts from 0 degrees to 45 degrees.
However, if you write, for example psellipticalarc[correctAngle=false](0,0)(1,2){0}{45}
then it draw an elliptical arc that starts from 0 degrees to arctan(2)
degrees. Here 45 does not represent an angle relative to the x axis.
Thus, correctAngle=true
can be read as "make the parameter as a real angle".
I really like your particularity. :-)
– chishimotoji
26 mins ago
add a comment |
With pstricks.tex
from http://archiv.dante.de/~herbert/texnik/tex/generic/pstricks/
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(5,4)
psarc[showpoints](0.25,0.5){1.5}{215}{0}
psarc*(3.25,2){1.5}{215}{0}
psarc(3.25,0.5){1.5}{215}{0}
psarc*[showpoints](0.25,2){1.5}{215}{0}
psellipticarc[showpoints,linecolor=red](0,3)(1.5,1){215}{0}
psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0}
psellipticarc[linecolor=red](3,3)(1.5,1){215}{0}
psellipticarc*[linecolor=red](3,4)(1.5,1){215}{0}
end{pspicture}
end{document}
For correctAngle
read http://mirrors.ctan.org/graphics/pstricks/base/doc/pst-news10.pdf section 3.4, page 8
With psarc*[showpoints](0.25,2){1.5}{215}{0} and psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0} , it poduces dash line belong black area. Ugly. How to ignore it?
– chishimotoji
1 hour ago
@chishimotoji: Did you mean that you still get unevenly distributed dashed lines at the center?
– God Must Be Crazy
29 mins ago
It is obviously, thatshowpoints
will draw the help lines. Do not use it if you do not want it!
– Herbert
24 mins ago
@Herbert psarc*(1.5,1.5){1.5}{215}{0} psarc[showpoints](1.5,1.5){1.5}{215}{0} are more beautiful psarc*[showpoints](1.5,1.5){1.5}{215}{0}. Are you ok?
– chishimotoji
14 mins ago
@GodMustBeCrazy You misunderstood my idea !
– chishimotoji
10 mins ago
add a comment |
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%2f467769%2fhow-to-draw-psellipticarc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
%
psellipticarc[linecolor=red,correctAngle=false]{->}(1,2)(1,2){215}{0}
rput(1,2){%
psset{linestyle=dashed}%
psline(!1 2 215 PtoCab)(0,0)%
psline(0,0)(!1 2 0 PtoCab)}
%
psarc*(3,3){1}{215}{0}
rput(3,3){%
psset{linestyle=dashed}%
psline(!1 215 PtoC)(0,0)%
psline(0,0)(!1 0 PtoC)}
end{pspicture}
end{document}
About correctAngle
An ellipse can be parameterized as x=a cos t
and y= b sin t
where t
is a parameter that does not represent an angle relative to the x
axis.
If you write, for example psellipticalarc(0,0)(1,2){0}{45}
with the default correctAngle=true
then it draws an elliptical arc that starts from 0 degrees to 45 degrees.
However, if you write, for example psellipticalarc[correctAngle=false](0,0)(1,2){0}{45}
then it draw an elliptical arc that starts from 0 degrees to arctan(2)
degrees. Here 45 does not represent an angle relative to the x axis.
Thus, correctAngle=true
can be read as "make the parameter as a real angle".
I really like your particularity. :-)
– chishimotoji
26 mins ago
add a comment |
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
%
psellipticarc[linecolor=red,correctAngle=false]{->}(1,2)(1,2){215}{0}
rput(1,2){%
psset{linestyle=dashed}%
psline(!1 2 215 PtoCab)(0,0)%
psline(0,0)(!1 2 0 PtoCab)}
%
psarc*(3,3){1}{215}{0}
rput(3,3){%
psset{linestyle=dashed}%
psline(!1 215 PtoC)(0,0)%
psline(0,0)(!1 0 PtoC)}
end{pspicture}
end{document}
About correctAngle
An ellipse can be parameterized as x=a cos t
and y= b sin t
where t
is a parameter that does not represent an angle relative to the x
axis.
If you write, for example psellipticalarc(0,0)(1,2){0}{45}
with the default correctAngle=true
then it draws an elliptical arc that starts from 0 degrees to 45 degrees.
However, if you write, for example psellipticalarc[correctAngle=false](0,0)(1,2){0}{45}
then it draw an elliptical arc that starts from 0 degrees to arctan(2)
degrees. Here 45 does not represent an angle relative to the x axis.
Thus, correctAngle=true
can be read as "make the parameter as a real angle".
I really like your particularity. :-)
– chishimotoji
26 mins ago
add a comment |
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
%
psellipticarc[linecolor=red,correctAngle=false]{->}(1,2)(1,2){215}{0}
rput(1,2){%
psset{linestyle=dashed}%
psline(!1 2 215 PtoCab)(0,0)%
psline(0,0)(!1 2 0 PtoCab)}
%
psarc*(3,3){1}{215}{0}
rput(3,3){%
psset{linestyle=dashed}%
psline(!1 215 PtoC)(0,0)%
psline(0,0)(!1 0 PtoC)}
end{pspicture}
end{document}
About correctAngle
An ellipse can be parameterized as x=a cos t
and y= b sin t
where t
is a parameter that does not represent an angle relative to the x
axis.
If you write, for example psellipticalarc(0,0)(1,2){0}{45}
with the default correctAngle=true
then it draws an elliptical arc that starts from 0 degrees to 45 degrees.
However, if you write, for example psellipticalarc[correctAngle=false](0,0)(1,2){0}{45}
then it draw an elliptical arc that starts from 0 degrees to arctan(2)
degrees. Here 45 does not represent an angle relative to the x axis.
Thus, correctAngle=true
can be read as "make the parameter as a real angle".
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(4,4)
%
psellipticarc[linecolor=red,correctAngle=false]{->}(1,2)(1,2){215}{0}
rput(1,2){%
psset{linestyle=dashed}%
psline(!1 2 215 PtoCab)(0,0)%
psline(0,0)(!1 2 0 PtoCab)}
%
psarc*(3,3){1}{215}{0}
rput(3,3){%
psset{linestyle=dashed}%
psline(!1 215 PtoC)(0,0)%
psline(0,0)(!1 0 PtoC)}
end{pspicture}
end{document}
About correctAngle
An ellipse can be parameterized as x=a cos t
and y= b sin t
where t
is a parameter that does not represent an angle relative to the x
axis.
If you write, for example psellipticalarc(0,0)(1,2){0}{45}
with the default correctAngle=true
then it draws an elliptical arc that starts from 0 degrees to 45 degrees.
However, if you write, for example psellipticalarc[correctAngle=false](0,0)(1,2){0}{45}
then it draw an elliptical arc that starts from 0 degrees to arctan(2)
degrees. Here 45 does not represent an angle relative to the x axis.
Thus, correctAngle=true
can be read as "make the parameter as a real angle".
edited 30 mins ago
answered 2 hours ago


God Must Be Crazy
5,56511039
5,56511039
I really like your particularity. :-)
– chishimotoji
26 mins ago
add a comment |
I really like your particularity. :-)
– chishimotoji
26 mins ago
I really like your particularity. :-)
– chishimotoji
26 mins ago
I really like your particularity. :-)
– chishimotoji
26 mins ago
add a comment |
With pstricks.tex
from http://archiv.dante.de/~herbert/texnik/tex/generic/pstricks/
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(5,4)
psarc[showpoints](0.25,0.5){1.5}{215}{0}
psarc*(3.25,2){1.5}{215}{0}
psarc(3.25,0.5){1.5}{215}{0}
psarc*[showpoints](0.25,2){1.5}{215}{0}
psellipticarc[showpoints,linecolor=red](0,3)(1.5,1){215}{0}
psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0}
psellipticarc[linecolor=red](3,3)(1.5,1){215}{0}
psellipticarc*[linecolor=red](3,4)(1.5,1){215}{0}
end{pspicture}
end{document}
For correctAngle
read http://mirrors.ctan.org/graphics/pstricks/base/doc/pst-news10.pdf section 3.4, page 8
With psarc*[showpoints](0.25,2){1.5}{215}{0} and psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0} , it poduces dash line belong black area. Ugly. How to ignore it?
– chishimotoji
1 hour ago
@chishimotoji: Did you mean that you still get unevenly distributed dashed lines at the center?
– God Must Be Crazy
29 mins ago
It is obviously, thatshowpoints
will draw the help lines. Do not use it if you do not want it!
– Herbert
24 mins ago
@Herbert psarc*(1.5,1.5){1.5}{215}{0} psarc[showpoints](1.5,1.5){1.5}{215}{0} are more beautiful psarc*[showpoints](1.5,1.5){1.5}{215}{0}. Are you ok?
– chishimotoji
14 mins ago
@GodMustBeCrazy You misunderstood my idea !
– chishimotoji
10 mins ago
add a comment |
With pstricks.tex
from http://archiv.dante.de/~herbert/texnik/tex/generic/pstricks/
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(5,4)
psarc[showpoints](0.25,0.5){1.5}{215}{0}
psarc*(3.25,2){1.5}{215}{0}
psarc(3.25,0.5){1.5}{215}{0}
psarc*[showpoints](0.25,2){1.5}{215}{0}
psellipticarc[showpoints,linecolor=red](0,3)(1.5,1){215}{0}
psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0}
psellipticarc[linecolor=red](3,3)(1.5,1){215}{0}
psellipticarc*[linecolor=red](3,4)(1.5,1){215}{0}
end{pspicture}
end{document}
For correctAngle
read http://mirrors.ctan.org/graphics/pstricks/base/doc/pst-news10.pdf section 3.4, page 8
With psarc*[showpoints](0.25,2){1.5}{215}{0} and psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0} , it poduces dash line belong black area. Ugly. How to ignore it?
– chishimotoji
1 hour ago
@chishimotoji: Did you mean that you still get unevenly distributed dashed lines at the center?
– God Must Be Crazy
29 mins ago
It is obviously, thatshowpoints
will draw the help lines. Do not use it if you do not want it!
– Herbert
24 mins ago
@Herbert psarc*(1.5,1.5){1.5}{215}{0} psarc[showpoints](1.5,1.5){1.5}{215}{0} are more beautiful psarc*[showpoints](1.5,1.5){1.5}{215}{0}. Are you ok?
– chishimotoji
14 mins ago
@GodMustBeCrazy You misunderstood my idea !
– chishimotoji
10 mins ago
add a comment |
With pstricks.tex
from http://archiv.dante.de/~herbert/texnik/tex/generic/pstricks/
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(5,4)
psarc[showpoints](0.25,0.5){1.5}{215}{0}
psarc*(3.25,2){1.5}{215}{0}
psarc(3.25,0.5){1.5}{215}{0}
psarc*[showpoints](0.25,2){1.5}{215}{0}
psellipticarc[showpoints,linecolor=red](0,3)(1.5,1){215}{0}
psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0}
psellipticarc[linecolor=red](3,3)(1.5,1){215}{0}
psellipticarc*[linecolor=red](3,4)(1.5,1){215}{0}
end{pspicture}
end{document}
For correctAngle
read http://mirrors.ctan.org/graphics/pstricks/base/doc/pst-news10.pdf section 3.4, page 8
With pstricks.tex
from http://archiv.dante.de/~herbert/texnik/tex/generic/pstricks/
documentclass[pstricks,border=12pt]{standalone}
begin{document}
begin{pspicture}[showgrid](-1,-1)(5,4)
psarc[showpoints](0.25,0.5){1.5}{215}{0}
psarc*(3.25,2){1.5}{215}{0}
psarc(3.25,0.5){1.5}{215}{0}
psarc*[showpoints](0.25,2){1.5}{215}{0}
psellipticarc[showpoints,linecolor=red](0,3)(1.5,1){215}{0}
psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0}
psellipticarc[linecolor=red](3,3)(1.5,1){215}{0}
psellipticarc*[linecolor=red](3,4)(1.5,1){215}{0}
end{pspicture}
end{document}
For correctAngle
read http://mirrors.ctan.org/graphics/pstricks/base/doc/pst-news10.pdf section 3.4, page 8
answered 1 hour ago


Herbert
269k24408717
269k24408717
With psarc*[showpoints](0.25,2){1.5}{215}{0} and psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0} , it poduces dash line belong black area. Ugly. How to ignore it?
– chishimotoji
1 hour ago
@chishimotoji: Did you mean that you still get unevenly distributed dashed lines at the center?
– God Must Be Crazy
29 mins ago
It is obviously, thatshowpoints
will draw the help lines. Do not use it if you do not want it!
– Herbert
24 mins ago
@Herbert psarc*(1.5,1.5){1.5}{215}{0} psarc[showpoints](1.5,1.5){1.5}{215}{0} are more beautiful psarc*[showpoints](1.5,1.5){1.5}{215}{0}. Are you ok?
– chishimotoji
14 mins ago
@GodMustBeCrazy You misunderstood my idea !
– chishimotoji
10 mins ago
add a comment |
With psarc*[showpoints](0.25,2){1.5}{215}{0} and psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0} , it poduces dash line belong black area. Ugly. How to ignore it?
– chishimotoji
1 hour ago
@chishimotoji: Did you mean that you still get unevenly distributed dashed lines at the center?
– God Must Be Crazy
29 mins ago
It is obviously, thatshowpoints
will draw the help lines. Do not use it if you do not want it!
– Herbert
24 mins ago
@Herbert psarc*(1.5,1.5){1.5}{215}{0} psarc[showpoints](1.5,1.5){1.5}{215}{0} are more beautiful psarc*[showpoints](1.5,1.5){1.5}{215}{0}. Are you ok?
– chishimotoji
14 mins ago
@GodMustBeCrazy You misunderstood my idea !
– chishimotoji
10 mins ago
With psarc*[showpoints](0.25,2){1.5}{215}{0} and psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0} , it poduces dash line belong black area. Ugly. How to ignore it?
– chishimotoji
1 hour ago
With psarc*[showpoints](0.25,2){1.5}{215}{0} and psellipticarc*[showpoints,linecolor=red](0,4)(1.5,1){215}{0} , it poduces dash line belong black area. Ugly. How to ignore it?
– chishimotoji
1 hour ago
@chishimotoji: Did you mean that you still get unevenly distributed dashed lines at the center?
– God Must Be Crazy
29 mins ago
@chishimotoji: Did you mean that you still get unevenly distributed dashed lines at the center?
– God Must Be Crazy
29 mins ago
It is obviously, that
showpoints
will draw the help lines. Do not use it if you do not want it!– Herbert
24 mins ago
It is obviously, that
showpoints
will draw the help lines. Do not use it if you do not want it!– Herbert
24 mins ago
@Herbert psarc*(1.5,1.5){1.5}{215}{0} psarc[showpoints](1.5,1.5){1.5}{215}{0} are more beautiful psarc*[showpoints](1.5,1.5){1.5}{215}{0}. Are you ok?
– chishimotoji
14 mins ago
@Herbert psarc*(1.5,1.5){1.5}{215}{0} psarc[showpoints](1.5,1.5){1.5}{215}{0} are more beautiful psarc*[showpoints](1.5,1.5){1.5}{215}{0}. Are you ok?
– chishimotoji
14 mins ago
@GodMustBeCrazy You misunderstood my idea !
– chishimotoji
10 mins ago
@GodMustBeCrazy You misunderstood my idea !
– chishimotoji
10 mins ago
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f467769%2fhow-to-draw-psellipticarc%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
JT4waQY REseA ivaetQxAazO2nm5ieI,KTmc9LL9G2rY63bVCaU1XMvEiKMwzc1ZY5d,hA
If you want to know when
correctAngle=true
is useful, then ask HV.– God Must Be Crazy
1 hour ago
@GodMustBeCrazy Yes, if he see this post... :-)
– chishimotoji
1 hour ago