|
| template<typename T > |
| T | kanzi::animationInterpolate (const T &from, const T &to, float phase) |
| |
| bool | kanzi::animationInterpolate (bool from, bool to, float phase) |
| |
| string | kanzi::animationInterpolate (const string &from, const string &to, float phase) |
| |
| ResourceID | kanzi::animationInterpolate (const ResourceID &from, const ResourceID &to, float phase) |
| |
| SRTValue3D | kanzi::animationInterpolate (const SRTValue3D &from, const SRTValue3D &to, float phase) |
| |
| SRTValue3DLongerPath | kanzi::animationInterpolate (const SRTValue3DLongerPath &from, const SRTValue3DLongerPath &to, float phase) |
| |
| SRTValue2D | kanzi::animationInterpolate (const SRTValue2D &from, const SRTValue2D &to, float phase) |
| |