Cogs.Foundation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Interpolator.h File Reference
#include "EasingFn.h"
#include "Interpolation.hpp"
#include "../Platform/Timer.h"
#include <glm/vec3.hpp>
#include <glm/ext/quaternion_float.hpp>
#include <glm/ext/quaternion_common.hpp>

Go to the source code of this file.

Classes

class  Cogs::Interpolator< T >
 

Namespaces

namespace  Cogs
 Main Cogs namespace.
 

Functions

template<typename T >
Cogs::interpolateFn (const T &s, const T &d, float t)
 
template<>
glm::quat Cogs::interpolateFn< glm::quat > (const glm::quat &s, const glm::quat &d, float t)