Lines Matching full:interpolation
216 /// Spherical linear interpolation of two quaternions.
217 /// The interpolation is oriented and the rotation is performed at constant speed.
218 /// For short path spherical linear interpolation, use the slerp function.
222 /// @param a Interpolation factor. The interpolation is defined beyond the range [0, 1].
231 /// Linear interpolation of two quaternions.
232 /// The interpolation is oriented.
236 /// @param a Interpolation factor. The interpolation is defined in the range [0, 1].
244 /// Spherical linear interpolation of two quaternions.
245 /// The interpolation always take the short path and the rotation is performed at constant speed.
249 /// @param a Interpolation factor. The interpolation is defined beyond the range [0, 1].
258 /// Faster spherical linear interpolation of two unit length quaternions.
262 /// 2) The interpolation factor (a) must be in the range [0, 1].