|
| template<> |
| void | kanzi::applyPropertyFieldAnimationEntries (SRTValue3D ¤tValue, const vector< PropertyFieldAnimationEntry > &entries, chrono::milliseconds progress, bool relative) |
| | Specialization of applyPropertyFieldAnimationEntries().
|
| |
| template<typename T > |
| void | kanzi::applyPropertyFieldAnimationEntries (T ¤tValue, const vector< PropertyFieldAnimationEntry > &entries, chrono::milliseconds progress, bool relative) |
| | Applies a float animation to a property field.
|
| |
| template<> |
| void | kanzi::applyPropertyFieldAnimationEntriesWithBlend (SRTValue3D ¤tValue, const vector< PropertyFieldAnimationEntry > &entries, chrono::milliseconds progress, bool relative, float blend) |
| | Specialization of applyPropertyFieldAnimationEntriesWithBlend() for SRTValue3D.
|
| |
| template<typename T > |
| void | kanzi::applyPropertyFieldAnimationEntriesWithBlend (T ¤tValue, const vector< PropertyFieldAnimationEntry > &entries, chrono::milliseconds progress, bool relative, float blend) |
| | Applies animation entries to a property field value, blending the result with the current value.
|
| |
| template<typename T > |
| T | kanzi::emptyRelativeValue () |
| | Gets an empty (zero) value to function as base for relative animations.
|
| |
| template<> |
| float | kanzi::emptyRelativeValue () |
| | Specialization of emptyRelativeValue().
|
| |
| template<> |
| int | kanzi::emptyRelativeValue () |
| | Specialization of emptyRelativeValue().
|
| |
| template<> |
| bool | kanzi::emptyRelativeValue () |
| | Specialization of emptyRelativeValue().
|
| |
| template<> |
| ColorRGBA | kanzi::emptyRelativeValue () |
| | Specialization of emptyRelativeValue().
|
| |
| template<> |
| Matrix3x3 | kanzi::emptyRelativeValue () |
| | Specialization of emptyRelativeValue().
|
| |
| template<> |
| Matrix4x4 | kanzi::emptyRelativeValue () |
| | Specialization of emptyRelativeValue().
|
| |
| template<> |
| SRTValue2D | kanzi::emptyRelativeValue () |
| | Specialization of emptyRelativeValue().
|
| |
| template<> |
| SRTValue3D | kanzi::emptyRelativeValue () |
| | Specialization of emptyRelativeValue().
|
| |
| template<> |
| Vector2 | kanzi::emptyRelativeValue () |
| | Specialization of emptyRelativeValue().
|
| |
| template<> |
| Vector3 | kanzi::emptyRelativeValue () |
| | Specialization of emptyRelativeValue().
|
| |
| template<> |
| Vector4 | kanzi::emptyRelativeValue () |
| | Specialization of emptyRelativeValue().
|
| |