OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
linear.hpp
1
#pragma once
2
#include <
ossia/editor/curve/curve_segment/easing.hpp
>
3
namespace
ossia
4
{
5
template
<
typename
Y>
6
struct
curve_segment_linear
7
{
8
Y operator()(
double
ratio, Y start, Y end)
const
noexcept
9
{
10
return
ossia::easing::ease{}(start, end, ratio);
11
}
12
};
13
}
easing.hpp
ossia
Definition
git_info.h:7
src
ossia
editor
curve
curve_segment
linear.hpp
Generated on Mon Mar 31 2025 23:58:28 for OSSIA by
1.9.8