POINT MIRROR: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Command|syntax=POINT_MIRROR <point number>, <axis>, <axis value>, | [[Geometry:Creating_Geometry|{{Up}}]] | ||
|description= | |||
{{Command|syntax=[[Image:point_mirror.png|right|POINT_MIRROR]]POINT_MIRROR <point number>, <axis>, <axis value>, | |||
|description=:Reflect a predefined [[macro_point|point]] about a line of reflection. | |||
|param1=<point number>|param1_desc= {{point number}} | |param1=<point number>|param1_desc= {{point number}} | ||
Line 8: | Line 10: | ||
===Example=== | ===Example=== | ||
: | :POINT_MIRROR 1, x, 1 | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 22:18, 30 July 2010
Command
- Reflect a predefined point about a line of reflection.
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 1, x, 1