CIRCLE MIRROR: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|{{Up}}]]
{{Command|syntax=[[Image:circle_mirror.png|right|CIRCLE_MIRROR]]CIRCLE_MIRROR <circle number>, <axis>, <axis value>
{{Command|syntax=[[Image:circle_mirror.png|right|CIRCLE_MIRROR]]CIRCLE_MIRROR <circle number>, <axis>, <axis value>
|description=:Reflect a predefined [[macro_circle|circle]] about a line of reflection.
|description=:Mirror a [[macro_circle|circle]].


|param1=<circle number>|param1_desc= {{circle number}}
|param1=<circle number>|param1_desc= {{circle number}}
|param2=<axis>|param2_desc= {{axis}}
|param2=<axis>|param2_desc= {{mirror axis name}}
|param3=<axis value>|param3_desc= {{axis value}}  
|param3=<axis value>|param3_desc= {{mirror axis value}}  
}}
}}


===Example===
===Example===
:CIRCLE_MIRROR 4, x, 8
:CIRCLE_MIRROR 2, H, 1


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

Latest revision as of 00:30, 15 January 2011

Up

Command

CIRCLE_MIRROR
CIRCLE_MIRROR
CIRCLE_MIRROR <circle number>, <axis>, <axis value>


Mirror a circle.

Parameters

<circle number>
The number of a previously defined macro circle.
<axis>
Must be X, Y, H or V
<axis value>
For mirror X (or H) this is the Y (or V) value.
For mirror Y (or V) this s the X (or H) value.

Example

CIRCLE_MIRROR 2, H, 1