Enumerations | |
enum | { INTRO_MATH_EASING_LINEAR = 0 , INTRO_MATH_EASING_SIN_OUT = 1 , INTRO_MATH_EASING_SIN_OUT_DELAYED = 2 , INTRO_MATH_EASING_COS_IN_OUT = 3 , INTRO_MATH_EASING_4 = 4 } |
Functions | |
void N | lerp_value_with_max_step (f32 start, f32 end, f32 current, f32 maximum, f32 *out) |
void N | interp_value_with_easing (s32 easingMode, f32 start, f32 end, f32 curent, f32 max, f32 *out) |
anonymous enum |
void N interp_value_with_easing | ( | s32 | easingMode, |
f32 | start, | ||
f32 | end, | ||
f32 | curent, | ||
f32 | max, | ||
f32 * | out ) |
void N lerp_value_with_max_step | ( | f32 | start, |
f32 | end, | ||
f32 | current, | ||
f32 | maximum, | ||
f32 * | out ) |