POINT MIRROR: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=POINT_MIRROR <point number>, <axis>, <axis value>,
{{Command|syntax=[[Image:point_mirror|right|POINT_MIRROR]]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.
|description=:Reflect a predefined point about a line of reflection.  


|param1=<point number>|param1_desc=  {{point number}}
|param1=<point number>|param1_desc=  {{point number}}
Line 8: Line 8:


===Example===
===Example===
:- POINT_MIRROR 8, x, 4
:POINT_MIRROR 1, x, 1
 
:- POINT_MIRROR 7, y, 9






[[Category:Geometry]]
[[Category:Geometry]]

Revision as of 18:21, 21 July 2010

Command

POINT_MIRROR
POINT_MIRROR
POINT_MIRROR <point number>, <axis>, <axis value>,


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