Difference between revisions of "POINT TRANSLATE"
From Macros Wiki
Line 2: | Line 2: | ||
|description=This is used to translate a previously defined point to a different place by values of x and y. | |description=This is used to translate a previously defined point to a different place by values of x and y. | ||
− | |param1=<point number>|param1_desc= | + | |param1=<point number>|param1_desc= {{point number}} |
− | |param2=<line>|param2_desc= | + | |param2=<line>|param2_desc= {{line}} |
− | |param3=<circle>|param3_desc= | + | |param3=<circle>|param3_desc= {{circle}} |
}} | }} | ||
Revision as of 11:29, 16 July 2010
Command
- POINT_TRANSLATE <point number>, <dx>, <dy>,
This is used to translate a previously defined point to a different place by values of x and y.
Parameters
- <point number>
- The number of a previously defined macro point.
- <line>
- The number of an existing line.
- <circle>
- The number of an existing circle.
Example
- - POINT_TRANSLATE 3, 7, 4
- - POINT_TRANSLATE 6, 2, 9