|
GlsAnimation Library
1.0.7
Provides classes and functions to support animating GL Studio objects programmatically or with script files
|
#include <gls_keyframe.h>
Public Types | |
| typedef GlsKeyframeInterpolator< Value >::Key | Key |
| Alias for easier reading. | |
| typedef GlsKeyframeInterpolator< Value >::Float | Float |
| Alias for easier reading. | |
Public Types inherited from disti::GlsKeyframeInterpolator< Value > | |
| typedef stdortr1::shared_ptr< GlsKeyframeInterpolator > | Ptr |
| Alias for easier reading. | |
| typedef stdortr1::shared_ptr< const GlsKeyframeInterpolator > | PtrConst |
| Alias for easier reading. | |
| typedef GlsKeyframeCurveBase::Key | Key |
| Alias for easier reading. | |
| typedef Value | Value |
| Alias for easier reading. | |
| typedef Detail::FloatSelector< Value >::Type | Float |
| Alias for easier reading. | |
Public Member Functions | |
| Value | operator() (const Key &key, const Key &lowerKey, const Key &upperKey, const Value &lowerValue, const Value &upperValue) const |
| Overrides GlsKeyframeInterpolator. | |
Public Member Functions inherited from disti::GlsKeyframeInterpolator< Value > | |
| virtual | ~GlsKeyframeInterpolator () |
| Destructor. | |
| virtual Value | operator() (const Key &key, const Key &lowerKey, const Key &upperKey, const Value &lowerValue, const Value &upperValue) const =0 |
A sinusoidal ease out interpolation functor.
1.8.10