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
 
(2 intermediate revisions by the same user not shown)
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>|param3_desc=Radius
}}
}}



Latest revision as of 18:52, 10 August 2010

Up

Command

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


Create a circle.

Parameters

<xc>
X co-ordinate of the center point.
<yc>
Y co-ordinate of the center point.
<rad>
Radius

Example

CIRCLE 2, 3, 6