CIRCLE ROTATE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=CIRCLE_ROTATE <circle number>, <xc>, <yc>, <angle> |description=This command is used to rotate a circle about given co-ordinates for the new center of the ... |
No edit summary |
||
Line 9: | Line 9: | ||
===Example=== | ===Example=== | ||
:- | :- CIRCLE_ROTATE 4, 6, 7, 39 | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 21:40, 13 July 2010
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>
- The number of the circle (1 to 100) to be defined.This is a number used by the macro to create other geometry.
- <xc>
- The value of the center of the circle for the x axis.
- <yc>
- The value of the center of the circle for the y axis.
- <angle>
- An angle value can be in either degrees or radians. Positive angles indicate a CCW direction, negative for CW.
Example
- - CIRCLE_ROTATE 4, 6, 7, 39