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