Difference between revisions of "Manuals/calci/CIRCLE"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
4) =ZC(20..100..10@CIRCLE) : Displays circles in steps of 10 with radius 20,30,40...100 on a new Zcube. | 4) =ZC(20..100..10@CIRCLE) : Displays circles in steps of 10 with radius 20,30,40...100 on a new Zcube. | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|jyLRpr2P0MQ|280|center|CIRCLE}} | ||
== See Also == | == See Also == |
Revision as of 13:27, 16 April 2015
CIRCLE(Xcoordinate, Ycoordinate, Radius)
where,
- represents the X coordinate point,
- represents the Y coordinate point, and
- represents the radius of circle.
CIRCLE() displays a circle for a specified radius from specified X and Y coordinates.
Description
CIRCLE(Xcoordinate, Ycoordinate, Radius)
- Circles are simple closed curves which divide the plane into an interior and an exterior.
- and can be positive or negative.
- and can be omitted by using the function as CIRCLE(Radius).
Examples
1) =CIRCLE(30,50,200) : Displays a circle with X coordinate as '30', Y coordinate as '50' and radius '200'.
2) =CIRCLE(100) : Displays a circle with radius 100.
3) =ZC(1..50@CIRCLE) : Displays circles with radius 1,2,3...50 on a new Zcube.
4) =ZC(20..100..10@CIRCLE) : Displays circles in steps of 10 with radius 20,30,40...100 on a new Zcube.