Group Abstract Group Abstract

Message Boards Message Boards

1
|
1.4K Views
|
2 Replies
|
5 Total Likes
View groups...
Share
Share this post:

CircularArcThrough doesn't behave as expected in V14.2

Posted 10 months ago
Attachments:
POSTED BY: Claudio Arcanjo
2 Replies

Center and radius are correct, but the angles are wrong. Here is one more example:

pts = {{Sqrt[2], 0}, {1, -1}, {0, - Sqrt[2]}};
CircularArcThrough[pts]
Graphics[{CircularArcThrough[pts], PointSize[Large], Point[pts]}, 
 Frame -> True]
POSTED BY: Gianluca Gorni

Yes it's a Bug. CircularArcThrough give wrong values circular or ellipse arc from angle Theta1 to Theta2 in Circle command.

Regards M.I

POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard