GlsAnimation Library  1.0.6
Provides classes and functions to support animating GL Studio objects programmatically or with script files
disti::GlsSphericalLinearInterpolator< Value > Struct Template Reference

#include <gls_keyframe.h>

Detailed Description

template<class Value>
struct disti::GlsSphericalLinearInterpolator< Value >

A sherical linear interpolation (slerp) functor for quaternions to take the shortest path. This is desirable for accurate and smooth rotation animations. For more information, see Ken Shoemake, "Animating rotation with quaternion curves" available at http://run.usc.edu/cs520-s12/assign2/p245-shoemake.pdf.

Note
Does not handle out-of-range keys
Only defined for quaternions and vectors (for rotation)

The documentation for this struct was generated from the following file: