CIRCLE – [CIRCLE]
Outputs a circle
CATEGORY
Miscellaneous
DESCRIPTION
Output a circle centered on [x0, y0] with radius R
RESULT VARIABLES AND PARAMETERS
Result | circle centered on [x0, y0] with radius R |
R | circle radius |
x0 | x coordinate of the circle center |
y0 | y coordinate of the circle center |
SYNTAX
res=circle(R,x0,y0)
CHARACTERISTICS
Data type support
Double Floating point
EXAMPLE