POINT MIRROR: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=POINT_MIRROR <point number>, <axis>, <axis value>, |description=This is used to create a point that is reflected about the x or y axis from a given point. |pa... |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | [[Geometry:Creating_Geometry|{{Up}}]] | ||
|param1=<point number>|param1_desc= | {{Command|syntax=[[Image:point_mirror.png|right|POINT_MIRROR]]POINT_MIRROR <point number>, <axis>, <axis value>, | ||
|param2=<axis>|param2_desc= | |description=:Reflect a predefined [[macro_point|point]] about a line of reflection. | ||
|param3=<axis value>|param3_desc= | |||
|param1=<point number>|param1_desc= {{point number}} | |||
|param2=<axis>|param2_desc= {{axis}} | |||
|param3=<axis value>|param3_desc= {{axis value}} | |||
}} | }} | ||
===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