#include <CmdTrans.h>
Inheritance diagram for CmdRotate:
List of all members.
Definition at line 45 of file CmdTrans.h.
first constructor: a single rotation, no smooth transition.
Definition at line 54 of file CmdTrans.C.
second constructor: a smooth rotation in given increments ... only useful for "by" rotations. If "to" is given to this constructor, a single-step rotation is done.
Definition at line 75 of file CmdTrans.C.
[protected, virtual]
virtual function which is called when a text version of the command must be created to be printed to the console or a log file.
Reimplemented from Command.
Definition at line 44 of file CmdTrans.C.
References BY, byOrTo, Command::cmdText, deg, and steps.
set, or add to, rotation?
Definition at line 50 of file CmdTrans.h.
Referenced by CmdRotate, and create_text.
amount to rotate.
Definition at line 49 of file CmdTrans.h.
Referenced by CmdRotate, and create_text.
steps to rotate through; by default this is 1.
Definition at line 51 of file CmdTrans.h.
Referenced by CmdRotate, and create_text.