CIRCLE CR: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
MikeO (talk | contribs)
No edit summary
 
Line 2: Line 2:


{{Command|syntax=[[Image:circle_cr.png|right|CIRCLE_CR]]CIRCLE_2C <circle number>, <point>, <radius>
{{Command|syntax=[[Image:circle_cr.png|right|CIRCLE_CR]]CIRCLE_2C <circle number>, <point>, <radius>
|description=:Create a [[macro_circle|circle]] from a point (center point), given the radius.
|description=:Create a [[macro_circle|circle]] given the center point and radius.


|param1=<circle number>|param1_desc= {{create circle number}}
|param1=<circle number>|param1_desc= {{create circle number}}

Latest revision as of 19:02, 10 August 2010

Up

Command

CIRCLE_CR
CIRCLE_CR
CIRCLE_2C <circle number>, <point>, <radius>


Create a circle given the center point and radius.

Parameters

<circle number>
The number of the circle to be created.
A number between 1 and 100.
<point>
The number of an existing point.
<radius>
The circle radius

Example

CIRCLE_2C 1, 1, 2