CIRCLE CR: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=CIRCLE_2C <circle number>, <point>, <radius> |description=This command is used to create a circle from a point, given the radius. |param1=<circle>|param1_desc... |
No edit summary |
||
(11 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | [[Geometry:Creating_Geometry|{{Up}}]] | ||
|param1=<circle>|param1_desc= | {{Command|syntax=[[Image:circle_cr.png|right|CIRCLE_CR]]CIRCLE_2C <circle number>, <point>, <radius> | ||
|param2=<point>|param2_desc= | |description=:Create a [[macro_circle|circle]] given the center point and radius. | ||
|param3=<radius>|param3_desc= | |||
|param1=<circle number>|param1_desc= {{create circle number}} | |||
|param2=<point>|param2_desc= {{point}} | |||
|param3=<radius>|param3_desc= {{circle_radius}} | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :CIRCLE_2C 1, 1, 2 | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 19:02, 10 August 2010
Command
- 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