#include <CmdTrans.h>
Inheritance diagram for CmdTranslate:
Public Types | |
enum | { BY, TO } |
Public Methods | |
CmdTranslate (float nx, float ny, float nz, int by_or_to) | |
Public Attributes | |
float | x |
float | y |
float | z |
amount to translate. More... | |
int | byOrTo |
set, or add to, translation? 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 68 of file CmdTrans.h.
|
Definition at line 70 of file CmdTrans.h. |
|
Definition at line 117 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 111 of file CmdTrans.C. |
|
set, or add to, translation?
Definition at line 72 of file CmdTrans.h. Referenced by CmdTranslate, and create_text. |
|
Definition at line 71 of file CmdTrans.h. Referenced by CmdTranslate, and create_text. |
|
Definition at line 71 of file CmdTrans.h. Referenced by CmdTranslate, and create_text. |
|
amount to translate.
Definition at line 71 of file CmdTrans.h. Referenced by CmdTranslate, and create_text. |