Difference between revisions of "POINT TRANSLATE"
From Macros Wiki
Line 1: | Line 1: | ||
{{Command|syntax=POINT_TRANSLATE <point number>, <dx>, <dy>, | {{Command|syntax=POINT_TRANSLATE <point number>, <dx>, <dy>, | ||
− | |description= | + | |description=:Translate a circle a certain distance from its previous place. |
|param1=<point number>|param1_desc= {{point number}} | |param1=<point number>|param1_desc= {{point number}} | ||
Line 8: | Line 8: | ||
===Example=== | ===Example=== | ||
− | : | + | :POINT_TRANSLATE 3, 7, 4 |
− | |||
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 14:29, 21 July 2010
Command
- POINT_TRANSLATE <point number>, <dx>, <dy>,
- Translate a circle a certain distance from its previous place.
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