Difference between revisions of "POINT TRANSLATE"
From Macros Wiki
(New page: {{Command|syntax=POINT_TRANSLATE <point number>, <dx>, <dy>, |description=This is used to translate a previously defined point to a different place by values of x and y. |para...) |
|||
Line 1: | Line 1: | ||
− | {{Command|syntax=POINT_TRANSLATE < | + | {{Command|syntax=POINT_TRANSLATE <point number>, <dx>, <dy>, |
|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. | ||
Revision as of 16:01, 14 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 the previously defined point (1 to 100).
- <line>
- The distance from a point to a desired point in the x axis.
- <circle>
- The distance from a point to a desired point in the y axis.
Example
- - POINT_TRANSLATE 3, 7, 4
- - POINT_TRANSLATE 6, 2, 9