Commit 1db83c00 authored by hybrid's avatar hybrid

Remove extra qualification.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3702 dfc29bdd-3216-0410-991c-e03cc46cb475
parent c28f47bb
...@@ -121,7 +121,7 @@ class quaternion ...@@ -121,7 +121,7 @@ class quaternion
quaternion& makeInverse(); quaternion& makeInverse();
//! Set this quaternion to the result of the linear interpolation between two quaternions //! Set this quaternion to the result of the linear interpolation between two quaternions
quaternion& quaternion::lerp(quaternion q1, quaternion q2, f32 time); quaternion& lerp(quaternion q1, quaternion q2, f32 time);
//! Set this quaternion to the result of the spherical interpolation between two quaternions //! Set this quaternion to the result of the spherical interpolation between two quaternions
quaternion& slerp( quaternion q1, quaternion q2, f32 interpolate ); quaternion& slerp( quaternion q1, quaternion q2, f32 interpolate );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment