Rotate
From IncendiaWiki
rotate angle vx vy vz
Rotate is an Incendia Script command that performs a 3d quaternion rotation pointing toward the vector (vx, vy, vz)
parameters:
- angle, angle in degrees.
- vx,vy,vz, direction of the vector.
Example:
rotate 45 0 1 0