Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
foray::scene::AnimationSampler Member List

This is the complete list of members for foray::scene::AnimationSampler, including all inherited members.

InterpolateCubicSpline(float time, const AnimationKeyframe *lower, const AnimationKeyframe *upper)foray::scene::AnimationSamplerstatic
InterpolateLinear(float time, const AnimationKeyframe *lower, const AnimationKeyframe *upper)foray::scene::AnimationSamplerstatic
InterpolateLinearQuat(float time, const AnimationKeyframe *lower, const AnimationKeyframe *upper)foray::scene::AnimationSamplerstatic
InterpolateStep(float time, const AnimationKeyframe *lower, const AnimationKeyframe *upper)foray::scene::AnimationSamplerstatic
Interpolationforay::scene::AnimationSampler
Keyframesforay::scene::AnimationSampler
ReinterpreteAsQuat(glm::vec4)foray::scene::AnimationSamplerstatic
SampleQuat(float time) constforay::scene::AnimationSampler
SampleVec(float time) constforay::scene::AnimationSampler
SelectKeyframe(float time, const AnimationKeyframe *&lower, const AnimationKeyframe *&upper) constforay::scene::AnimationSamplerprotected