Cogs.Foundation
|
#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 > | |
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) |