Circle
Usage
• Circle[{x, y}, r] is a two-dimensional graphics primitive that represents a circle of radius r centered at the point x, y. • Circle[{x, y}, { , }] gives an ellipse with semi-axes and . • Circle[{x, y}, r, { , }] represents a circular arc.
Notes
• Angles are measured in radians counterclockwise from the positive  direction. • Offset[{ , }] can be used to specify radii in printer's points. • The thickness of the circle can be specified using the Thickness primitive. • New in Version 2; modified in 3.
|