#include <Manipulators.h>
Public Member Functions | |
void | update (const Matrix4 &pivot2world, const Matrix4 &modelview, const Matrix4 &projection, const Matrix4 &viewport) |
Data Fields | |
Matrix4 | m_worldSpace |
Matrix4 | m_viewpointSpace |
Matrix4 | m_viewplaneSpace |
Vector3 | m_axis_screen |
Definition at line 20 of file Manipulators.h.
void Pivot2World::update | ( | const Matrix4 & | pivot2world, | |
const Matrix4 & | modelview, | |||
const Matrix4 & | projection, | |||
const Matrix4 & | viewport | |||
) | [inline] |
Definition at line 27 of file Manipulators.h.
References m_axis_screen, m_viewplaneSpace, m_viewpointSpace, m_worldSpace, Pivot2World_viewplaneSpace(), Pivot2World_viewpointSpace(), and Pivot2World_worldSpace().
Definition at line 25 of file Manipulators.h.
Referenced by update().
Matrix4 Pivot2World::m_viewplaneSpace |
Definition at line 24 of file Manipulators.h.
Referenced by update().
Matrix4 Pivot2World::m_viewpointSpace |
Definition at line 23 of file Manipulators.h.
Referenced by update().
Matrix4 Pivot2World::m_worldSpace |
Definition at line 22 of file Manipulators.h.
Referenced by update().