#include <CmdTrans.h>
Inheritance diagram for CmdRockOn:
Public Methods | |
CmdRockOn (float a, char ax, int nsteps) | |
Public Attributes | |
char | axis |
axis to rock. More... | |
float | deg |
amount to rock. More... | |
int | steps |
steps to rock (if < 0, continuous). More... | |
Protected Methods | |
virtual void | create_text (void) |
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. More... |
Definition at line 98 of file CmdTrans.h.
|
Definition at line 147 of file CmdTrans.C. |
|
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 140 of file CmdTrans.C. References Command::cmdText, deg, and steps. |
|
axis to rock.
Definition at line 100 of file CmdTrans.h. |
|
amount to rock.
Definition at line 101 of file CmdTrans.h. Referenced by CmdRockOn, and create_text. |
|
steps to rock (if < 0, continuous).
Definition at line 102 of file CmdTrans.h. Referenced by CmdRockOn, and create_text. |