POINT MIRROR: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
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...
 
ConnerO (talk | contribs)
No edit summary
 
(6 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=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=  The number of the point (1 to 100) to be defined.This is a number used by the macro to create other geometry.
{{Command|syntax=[[Image:point_mirror.png|right|POINT_MIRROR]]POINT_MIRROR <point number>, <axis>, <axis value>,
|param2=<axis>|param2_desc= This must be one of X, Y, H or V .
|description=:Reflect a predefined [[macro_point|point]] about a line of reflection.
|param3=<axis value>|param3_desc= The value of the previously defined x or y axis in the command.
 
|param1=<point number>|param1_desc=  {{point number}}
|param2=<axis>|param2_desc= {{axis}}
|param3=<axis value>|param3_desc= {{axis value}}
}}
}}


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






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

Latest revision as of 22:18, 30 July 2010

Up

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