struct cogs::Interpolator::Keyframe

struct Keyframe {
    // fields

    Type value;
    float time;

    // construction

    Keyframe(float t, Type v);
};