▼Ndisti | |
▼NDetail | |
CDefaultInterpolator | |
CDefaultInterpolator< glsColor > | Strings aren't interpreted, so they must be gated |
CDefaultInterpolator< GlsQuaternionD > | Quaterions should be slerped by default |
CDefaultInterpolator< std::string > | Strings aren't interpreted, so they must be gated |
Cenable_if | Create our own version of <type_traits> meta-function which is not available on all our target platforms |
Cenable_if< true, T > | Create our own version of <type_traits> function which is not available on all our target platforms |
CFloatSelector | A helper class for choosing the required floating-point type |
CFloatSelector< Vector > | Vector only handles float arithmetic. Most types can use the default |
Cis_convertible | Replacement for std::is_convertible, adapted from Loki 0.1.7 |
Cis_convertible< T, T > | |
Cis_convertible< T, void > | |
Cis_convertible< void, T > | |
Cis_convertible< void, void > | |
Cis_same | Create our own version of <type_traits> meta-function which is not available on all our target platforms |
Cis_same2 | For easier reading, test whether T is either the same type as U or the same as V |
Cis_same< T, T > | Create our own version of <type_traits> meta-function which is not available on all our target platforms |
CGlsAnimation | Base class for all animations |
CGlsAnimationCollection | Contains a set of animations that are played in parallel with the SetKey() method |
CGlsAnimationJuggler | A class used to schedule and manage multiple animations |
CGlsAnimationObserver | |
CGlsAnimationObserverBase | |
CGlsAnimationReversalAdapter | |
CGlsAnimationSubsetAdapter | |
CGlsBackEaseInInterpolator | |
CGlsBackEaseInOutInterpolator | |
CGlsBackEaseOutInterpolator | |
CGlsBounceEaseInInterpolator | |
CGlsBounceEaseInOutInterpolator | |
CGlsBounceEaseOutInterpolator | |
CGlsCircularEaseInInterpolator | |
CGlsCircularEaseInOutInterpolator | |
CGlsCircularEaseOutInterpolator | |
CGlsColorInterpolationAdapter | |
CGlsCubicEaseInInterpolator | |
CGlsCubicEaseInOutInterpolator | |
CGlsCubicEaseOutInterpolator | |
CGlsElasticEaseInInterpolator | |
CGlsElasticEaseInOutInterpolator | |
CGlsElasticEaseOutInterpolator | |
CGlsExponentialEaseInInterpolator | |
CGlsExponentialEaseInOutInterpolator | |
CGlsExponentialEaseOutInterpolator | |
CGlsGatedInterpolator | |
CGlsKeyframeAnimation | |
CGlsKeyframeCurve | Class template for keyframe curves of different types (double, Vector, etc.) |
CGlsKeyframeCurveBase | Base class for the keyframe curve class template |
CGlsKeyframeInterpolator | An abstract base class for all keyframe interpolators |
CGlsLinearInterpolator | |
CGlsQuadraticEaseInInterpolator | |
CGlsQuadraticEaseInOutInterpolator | |
CGlsQuadraticEaseOutInterpolator | |
CGlsQuarticEaseInInterpolator | |
CGlsQuarticEaseInOutInterpolator | |
CGlsQuarticEaseOutInterpolator | |
CGlsQuinticEaseInInterpolator | |
CGlsQuinticEaseInOutInterpolator | |
CGlsQuinticEaseOutInterpolator | |
CGlsSinusoidalEaseInInterpolator | |
CGlsSinusoidalEaseInOutInterpolator | |
CGlsSinusoidalEaseOutInterpolator | |
CGlsSphericalLinearInterpolator | |
CGlsSphericalLinearInterpolator< GlsQuaternionD > | Implementation of GlsSphericalLinearInterpolator for quaternions |
CGlsSphericalLinearInterpolator< Vector > | |