Difference between revisions of "POINT TRANSLATE"
From Macros Wiki
Line 1: | Line 1: | ||
− | [[Geometry:Creating_Geometry| | + | [[Geometry:Creating_Geometry|{{Up}}]] |
{{Command|syntax=[[Image:point_translate.png|right|POINT_TRANSLATE]]POINT_TRANSLATE <point number>, <dx>, <dy> | {{Command|syntax=[[Image:point_translate.png|right|POINT_TRANSLATE]]POINT_TRANSLATE <point number>, <dx>, <dy> |
Revision as of 18:18, 30 July 2010
Command
- POINT_TRANSLATE <point number>, <dx>, <dy>
- Translate a point a certain distance from its previous place.
Parameters
- <point number>
- The number of a previously defined macro point.
- <dx>
- The distance in the X axis direction.
- <dy>
- The distance in the Y axis direction.
Example
- POINT_TRANSLATE 3, 7, 4