#include <CmdTrans.h>
Inheritance diagram for CmdRotMat:
Public Types | |
enum | { BY, TO } |
is the transformation applied to the current one or is it a replacement? More... | |
Public Methods | |
CmdRotMat (const Matrix4 &newrot, int by_or_to) | |
Public Attributes | |
Matrix4 | rotMat |
int | byOrTo |
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 29 of file CmdTrans.h.
|
is the transformation applied to the current one or is it a replacement?
Definition at line 32 of file CmdTrans.h. |
|
Definition at line 35 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 27 of file CmdTrans.C. References BY, byOrTo, Command::cmdText, Matrix4::mat, and rotMat. |
|
Definition at line 34 of file CmdTrans.h. Referenced by CmdRotMat, and create_text. |
|
Definition at line 33 of file CmdTrans.h. Referenced by CmdRotMat, and create_text. |