NeKernel dev
Loading...
Searching...
No Matches
UI Namespace Reference

Typedefs

typedef float fb_real_t

Functions

fb_real_t fb_math_lerp (fb_real_t to, fb_real_t from, fb_real_t stat)
 Linear interpolation equation solver.

Typedef Documentation

◆ fb_real_t

typedef float UI::fb_real_t

Function Documentation

◆ fb_math_lerp()

fb_real_t UI::fb_math_lerp ( fb_real_t to,
fb_real_t from,
fb_real_t stat )
inline

Linear interpolation equation solver.

Parameters
fromwhere to start
toto which value.
stat
Returns
Linear interop value.