[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ellipse arc
From: |
titusdt |
Subject: |
ellipse arc |
Date: |
Sun, 15 Sep 2019 09:43:12 -0500 (CDT) |
Hello,
I am trying to picture a sphere in perspective using the ellipseArc function
Here is my MWE : it seems like ellipseArc can't properly complete the
ellipse arc for angles 180 to 360°. Unless I'm doing something wrong ?
%%%%%%%%%%%%%%%%%%%
% 3D earth with girth
figure(1);clf
drawCircle(0,0,2,'Color','k');
axis square
hold on;
%drawEllipseArc([0,0,2,.1,0,0,180],'Color','k','LineStyle','--');
drawEllipseArc([0,0,2,.1,182,350],'Color','k');
hold off
axis off
%%%%%%%%%%%%%%%%%%%%
<https://octave.1599824.n4.nabble.com/file/t373487/untitled.jpg>
Best regards
Augustin
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html