- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [Class List](annotated.md)
- [Alphabetical List](classes.md)
- [Class Hierarchy](hierarchy.md)
- [Class Members](functions.md)
HRotateProperty Class Reference¶
#include <HPropert.h>
Inheritance diagram for HRotateProperty:
Inheritance graph
[legend]
Collaboration diagram for HRotateProperty:
Collaboration graph
[legend]
Public Types |
|
| enum | InterpolationMethod { VECTORINTERP, EULERINTERP, QUATINTERP } |
Public Member Functions |
|
| InterpolationMethod | GetDefaultObjectInterpolationMethod () |
| void | SetDefaultObjectInterpolationMethod (InterpolationMethod method) |
| InterpolationMethod | GetDefaultBoneInterpolationMethod () |
| void | SetDefaultBoneInterpolationMethod (InterpolationMethod method) |
| InterpolationMethod | GetDefaultRootBoneInterpolationMethod () |
| void | SetDefaultRootBoneInterpolationMethod (InterpolationMethod method) |
| const Quaternion & | GetValue () const |
| const Quaternion & | GetValue (Time time) |
| void | SetValue (const Quaternion &value) |
| void | StoreValue (Time time, const Quaternion &value, BOOL storeroll=TRUE) |
| void | StoreValue (Time time, const Quaternion &value, BOOL storeroll, BOOL storeundo) |
Static Public Member Functions |
|
| static HRotateProperty * | New () |
| static HRotateProperty * | New (HRotatePropertyInfo *propinfo) |