#include <Manipulatables.h>
Public Member Functions | |
RotateFree (Rotatable &rotatable) | |
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 |
Rotatable & | m_rotatable |
Definition at line 51 of file Manipulatables.h.
RotateFree::RotateFree | ( | Rotatable & | rotatable | ) | [inline] |
Definition at line 56 of file Manipulatables.h.
void RotateFree::Construct | ( | const Matrix4 & | device2manip, | |
const float | x, | |||
const float | y | |||
) | [virtual] |
Implements Manipulatable.
void RotateFree::Transform | ( | const Matrix4 & | manip2object, | |
const Matrix4 & | device2manip, | |||
const float | x, | |||
const float | y | |||
) | [virtual] |
Implements Manipulatable.
Rotatable& RotateFree::m_rotatable [private] |
Definition at line 54 of file Manipulatables.h.
Vector3 RotateFree::m_start [private] |
Definition at line 53 of file Manipulatables.h.