|
BALL
1.4.1
|
#include <BALL/VIEW/KERNEL/message.h>
Public Member Functions | |
| TransformationMessage () | |
| TransformationMessage (const Matrix4x4 &m) | |
| void | setMatrix (const Matrix4x4 &m) |
| const Matrix4x4 & | getMatrix () const |
Private Attributes | |
| Matrix4x4 | matrix_ |
| const Matrix4x4& BALL::VIEW::TransformationMessage::getMatrix | ( | ) | const [inline] |
| void BALL::VIEW::TransformationMessage::setMatrix | ( | const Matrix4x4 & | m | ) | [inline] |
1.7.6.1