#include <hrawanim.h>
Public Member Functions | |
| NodeMotionStruct () | |
| ~NodeMotionStruct () | |
Public Attributes | |
| MotionChannelClass * | X |
| MotionChannelClass * | Y |
| MotionChannelClass * | Z |
| MotionChannelClass * | XR |
| MotionChannelClass * | YR |
| MotionChannelClass * | ZR |
| MotionChannelClass * | Q |
| BitChannelClass * | Vis |
Definition at line 52 of file hrawanim.h.
| NodeMotionStruct::NodeMotionStruct | ( | ) |
Definition at line 70 of file hrawanim.cpp.
| NodeMotionStruct::~NodeMotionStruct | ( | ) |
Definition at line 95 of file hrawanim.cpp.
| MotionChannelClass* NodeMotionStruct::Q |
Definition at line 63 of file hrawanim.h.
| BitChannelClass* NodeMotionStruct::Vis |
Definition at line 65 of file hrawanim.h.
| MotionChannelClass* NodeMotionStruct::X |
Definition at line 57 of file hrawanim.h.
| MotionChannelClass* NodeMotionStruct::XR |
Definition at line 60 of file hrawanim.h.
| MotionChannelClass* NodeMotionStruct::Y |
Definition at line 58 of file hrawanim.h.
| MotionChannelClass* NodeMotionStruct::YR |
Definition at line 61 of file hrawanim.h.
| MotionChannelClass* NodeMotionStruct::Z |
Definition at line 59 of file hrawanim.h.
| MotionChannelClass* NodeMotionStruct::ZR |
Definition at line 62 of file hrawanim.h.