#include <Manipulatables.h>
Public Member Functions | |
TranslateFree (Translatable &translatable) | |
void | Construct (const Matrix4 &device2manip, const float x, const float y) |
void | Transform (const Matrix4 &manip2object, const Matrix4 &device2manip, const float x, const float y) |
Private Attributes | |
Vector3 | m_start |
Translatable & | m_translatable |
Definition at line 104 of file Manipulatables.h.
TranslateFree::TranslateFree | ( | Translatable & | translatable | ) | [inline] |
Definition at line 110 of file Manipulatables.h.
void TranslateFree::Construct | ( | const Matrix4 & | device2manip, | |
const float | x, | |||
const float | y | |||
) | [virtual] |
Implements Manipulatable.
void TranslateFree::Transform | ( | const Matrix4 & | manip2object, | |
const Matrix4 & | device2manip, | |||
const float | x, | |||
const float | y | |||
) | [virtual] |
Implements Manipulatable.
Vector3 TranslateFree::m_start [private] |
Definition at line 107 of file Manipulatables.h.
Translatable& TranslateFree::m_translatable [private] |
Definition at line 108 of file Manipulatables.h.