CIRCLE GET DATA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|{{Up}}]]
{{Command|syntax=CIRCLE_GET_DATA <circle number>, <xc>, <yc>, <radius>
{{Command|syntax=CIRCLE_GET_DATA <circle number>, <xc>, <yc>, <radius>
|description=This command is used to get the data of the defined circle .
|description=:This command is used to get the data of the defined circle.


|param1=<circle number>|param1_desc= {{circle number}}
|param1=<circle number>|param1_desc= {{circle number}}
|param2=<xc>|param2_desc= {{xc}}  
|param2=<xc>|param2_desc= {{xc}}  
|param3=<yc>|param3_desc= {{yc}}
|param3=<yc>|param3_desc= {{yc}}
|param4=<radius>|param4_desc= {{radius}}
|param4=<radius>|param4_desc= {{circle_radius}}
}}
}}


===Example===
===Example===
:- CIRCLE_GET_DATA 4, 6, 8, 3
:CIRCLE_GET_DATA 4, 6, 8, 3


[[Category:Geometry]]
[[Category:Geometry]]

Latest revision as of 14:30, 12 August 2010

Up

Command

CIRCLE_GET_DATA <circle number>, <xc>, <yc>, <radius>


This command is used to get the data of the defined circle.

Parameters

<circle number>
The number of a previously defined macro circle.
<xc>
X co-ordinate of the center point.
<yc>
Y co-ordinate of the center point.
<radius>
The circle radius

Example

CIRCLE_GET_DATA 4, 6, 8, 3