POINT MIRROR: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|description=This is used to create a point that is reflected about the x or y axis from a given point. | |description=This is used to create a point that is reflected about the x or y axis from a given point. | ||
|param1=<point number>|param1_desc= | |param1=<point number>|param1_desc= {{point number}} | ||
|param2=<axis>|param2_desc= | |param2=<axis>|param2_desc= {{axis}} | ||
|param3=<axis value>|param3_desc= | |param3=<axis value>|param3_desc= {{axis value}} | ||
}} | }} | ||
Revision as of 16:30, 16 July 2010
Command
- POINT_MIRROR <point number>, <axis>, <axis value>,
This is used to create a point that is reflected about the x or y axis from a given point.
Parameters
- <point number>
- The number of a previously defined macro point.
- <axis>
- The axis. Must be a single character, one of X, Y, H or V
- <axis value>
- The axis value.
Example
- - POINT_MIRROR 8, x, 4
- - POINT_MIRROR 7, y, 9