Quaternion nlerp

 
 
 

Returns the linear interpolation of weighted quaternions. The result is not normalized, but will be normalized automatically when converted to to a matrix. Nlerp is sometimes used as a less computationally expensive substitute for slerp (spherical linear interpolation).

Category: Rotation

Output Ports: Result

Quaternion Array

The array of quaternions.

Weights Array

The array of weights.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License