CIRCLE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Up}} {{Command|syntax= CIRCLE <xc>, <yc>, <rad> |description=:Create a circle with x and y axis definitions. |param1=<xc>|param1_desc={{...
 
MikeO (talk | contribs)
No edit summary
Line 2: Line 2:


{{Command|syntax= CIRCLE <xc>, <yc>, <rad>
{{Command|syntax= CIRCLE <xc>, <yc>, <rad>
|description=:Create a [[macro_circle|circle]] with x and y axis definitions.
|description=:Create a [[macro_circle|circle]].


|param1=<xc>|param1_desc={{xc}}
|param1=<xc>|param1_desc={{xc}}
|param2=<yc>|param2_desc={{yc}}
|param2=<yc>|param2_desc={{yc}}
|param2=<rad>|param2_desc={{radius}}
|param3=<rad>|param2_desc={{radius}}
}}
}}



Revision as of 18:51, 10 August 2010

Up

Command

CIRCLE <xc>, <yc>, <rad>


Create a circle.

Parameters

<xc>
X co-ordinate of the center point.
<yc>
radius of the circle or arc.
<rad>

Example

CIRCLE 2, 3, 6