ROTATE OP PATH: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 2: Line 2:


{{Command|syntax=ROTATE_OP_PATH <vx>, <vy>, <vz>, <angle>
{{Command|syntax=ROTATE_OP_PATH <vx>, <vy>, <vz>, <angle>
|description=:
|description=:Rotate the current [[macro path]].


|param1=<xc>|param1_desc={{vx}}
|param1=<xc>|param1_desc={{vx}}

Latest revision as of 21:26, 13 January 2011

Up

Command

ROTATE_OP_PATH <vx>, <vy>, <vz>, <angle>


Rotate the current macro path.

Parameters

<xc>
the X component of a vector.
<xc>
the Y component of a vector.
<zc>
the Z component of a vector.
<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

ROTATE_OP_PATH 0, 0, 1, 45