ROTATE GEO: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
Line 12: Line 12:
:ROTATE_GEO 4, c1, 44, 3
:ROTATE_GEO 4, c1, 44, 3


 
:For an example macro see [[Geo_Transform]]


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

Latest revision as of 17:48, 12 August 2010

Up

Command

ROTATE_GEO <xc> <yc> <angle> [<number of copies>]


Rotate the selected geometry about a given point and angle.

Parameters

<xc>
X co-ordinate of the center point.
<yc>
Y co-ordinate of the center point.
<angle>
angle value, either degrees or radians. Positive angles indicate a CCW direction, negative for CW.

Use the DEGREES or RADIANS commands to switch between the two angle modes.
[<number of copies>]
The number of additional copies.

Example

ROTATE_GEO 4, c1, 44, 3
For an example macro see Geo_Transform