![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
class | QQuick3DQuaternionAnimationPrivate |
\qmltype QuaternionAnimation \inherits PropertyAnimation \inqmlmodule QtQuick3D More... |
Functions | |
QVariant | q_quaternionInterpolator (const QQuaternion &from, const QQuaternion &to, qreal progress) |
QVariant | q_quaternionNlerpInterpolator (const QQuaternion &from, const QQuaternion &to, qreal progress) |
QVariant q_quaternionInterpolator | ( | const QQuaternion & | from, |
const QQuaternion & | to, | ||
qreal | progress ) |
Definition at line 51 of file qquick3dquaternionanimation.cpp.
QVariant q_quaternionNlerpInterpolator | ( | const QQuaternion & | from, |
const QQuaternion & | to, | ||
qreal | progress ) |
Definition at line 56 of file qquick3dquaternionanimation.cpp.