TouchGFX + 0/3 examples
CodeScope will show references to touchgfx::EasingEquations::sineEaseIn() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::EasingEquations::sineEaseIn()

touchgfx::EasingEquations::sineEaseIn() method

@fn static int16_t EasingEquations::sineEaseIn(uint16_t t, int16_t b, int16_t c, uint16_t d); Sinusoidal easing in: sin(t) Sinusoidal easing in: sin(t). Accelerating from zero velocity.

Syntax

static int16_t sineEaseIn(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::sineEaseIn() is referenced by 3 libraries and example projects.

References

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

Type Use

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