#include <TransformationHistory.h>
Public Member Functions | |
| TransformationHistoryCell () | |
| TransformationHistoryCell (RakNetTime t, const Ogre::Vector3 &pos, const Ogre::Vector3 &vel, const Ogre::Quaternion &quat) | |
Public Attributes | |
| RakNetTime | time |
| Ogre::Vector3 | position |
| Ogre::Quaternion | orientation |
| Ogre::Vector3 | velocity |
Definition at line 10 of file TransformationHistory.h.
| TransformationHistoryCell::TransformationHistoryCell | ( | ) |
Definition at line 5 of file TransformationHistory.cpp.
| TransformationHistoryCell::TransformationHistoryCell | ( | RakNetTime | t, | |
| const Ogre::Vector3 & | pos, | |||
| const Ogre::Vector3 & | vel, | |||
| const Ogre::Quaternion & | quat | |||
| ) |
Definition at line 9 of file TransformationHistory.cpp.
| Ogre::Quaternion TransformationHistoryCell::orientation |
Definition at line 17 of file TransformationHistory.h.
| Ogre::Vector3 TransformationHistoryCell::position |
Definition at line 16 of file TransformationHistory.h.
| RakNetTime TransformationHistoryCell::time |
Definition at line 15 of file TransformationHistory.h.
| Ogre::Vector3 TransformationHistoryCell::velocity |
Definition at line 18 of file TransformationHistory.h.
1.7.1