![]() |
Qt 6.x
The Qt SDK
|
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.
References QVariant::fromValue(), and QQuaternion::slerp().
QVariant q_quaternionNlerpInterpolator | ( | const QQuaternion & | from, |
const QQuaternion & | to, | ||
qreal | progress | ||
) |
Definition at line 56 of file qquick3dquaternionanimation.cpp.
References QVariant::fromValue(), and QQuaternion::nlerp().
Referenced by QQuick3DQuaternionAnimation::setType().