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

touchgfx::EasingEquations::cubicEaseInOut() method

@fn static int16_t EasingEquations::cubicEaseInOut(uint16_t t, int16_t b, int16_t c, uint16_t d); Cubic easing in/out: t^3 Cubic easing in/out: t^3. Acceleration until halfway, then deceleration.

Syntax

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

References

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

Implementations

Implementations
touchgfx::EasingEquations::cubicEaseInOut()
EasingEquationView::easingEquation
all items filtered out
Type of touchgfx::EasingEquations::cubicEaseInOut()
touchgfx::EasingEquations::cubicEaseInOut()
int16_t
all items filtered out