opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
easing_functions.h
Go to the documentation of this file.
1#pragma once
2
3namespace osc
4{
5 // returns easing function Y value for a given X in the range [0, 1.0f] (i.e. normalized)
6 float ease_out_elastic(float);
7}
Definition custom_decoration_generator.h:5
float ease_out_elastic(float)