summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/qquaternion.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-04-15 22:02:54 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-04-15 22:02:54 (GMT)
commit10688c0168fc010671abc59f367c19357bb6776c (patch)
tree8f90f348c7b9bffd29e113a450e82c4d06e0f2ea /src/gui/math3d/qquaternion.h
parentc51b0e8389f52f895a9d69e9e96c1fd768d78bf4 (diff)
downloadQt-10688c0168fc010671abc59f367c19357bb6776c.zip
Qt-10688c0168fc010671abc59f367c19357bb6776c.tar.gz
Qt-10688c0168fc010671abc59f367c19357bb6776c.tar.bz2
Rename QQuaternion::interpolate() to slerp()
slerp() is the more common-place name in the 3D community. Reviewed-by: trustme
Diffstat (limited to 'src/gui/math3d/qquaternion.h')
-rw-r--r--src/gui/math3d/qquaternion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/math3d/qquaternion.h b/src/gui/math3d/qquaternion.h
index a03b53b..ad6fddf 100644
--- a/src/gui/math3d/qquaternion.h
+++ b/src/gui/math3d/qquaternion.h
@@ -124,7 +124,7 @@ public:
static QQuaternion fromAxisAndAngle
(qreal x, qreal y, qreal z, qreal angle);
- static QQuaternion interpolate
+ static QQuaternion slerp
(const QQuaternion& q1, const QQuaternion& q2, qreal t);
private: