CIRCLE ROTATE

From Macros Wiki
Revision as of 16:19, 16 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Command

CIRCLE_ROTATE <circle number>, <xc>, <yc>, <angle>


This command is used to rotate a circle about given co-ordinates for the new center of the circle and the radius to rotate it.

Parameters

<circle number>
The number of a previously defined macro circle.
<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.

Example

- CIRCLE_ROTATE 4, 6, 7, 39