TouchGFX + 0/1 examples
CodeScope will show references to touchgfx::EasingEquations::backEaseIn() from the following samples and libraries:
Examples
STM324x9I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::EasingEquations::backEaseIn()

touchgfx::EasingEquations::backEaseIn() method

@fn static int16_t EasingEquations::backEaseIn(uint16_t t, int16_t b, int16_t c, uint16_t d); Back easing in: Overshooting cubic easing: (s+1)*t^3 - s*t^2 Back easing in: Overshooting cubic easing: (s+1)*t^3 - s*t^2. Backtracking slightly, then reversing direction and moving to target.

Syntax

static int16_t backEaseIn(uint16_t t,     int16_t b,     int16_t c,     uint16_t d);

Arguments

t

Time. The current time or step.

b

Beginning. The beginning value.

c

Change. The change between the beginning value and the destination value.

d

Duration. The total time or total number of steps.

Return value

The current value as a function of the current time or step.

Examples

touchgfx::EasingEquations::backEaseIn() is referenced by 1 libraries and example projects.

References

LocationText
EasingEquations.hpp:64
static int16_t backEaseIn(uint16_t t, int16_t b, int16_t c, uint16_t d);

Type Use

Type of touchgfx::EasingEquations::backEaseIn()
touchgfx::EasingEquations::backEaseIn()
int16_t
all items filtered out