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

Typedefs

typedef float cg_real_t

Functions

cg_real_t cg_math_lerp (cg_real_t to, cg_real_t from, cg_real_t stat)
 Linear interpolation equation solver.

Typedef Documentation

◆ cg_real_t

typedef float UI::cg_real_t

Function Documentation

◆ cg_math_lerp()

cg_real_t UI::cg_math_lerp ( cg_real_t to,
cg_real_t from,
cg_real_t stat )
inline

Linear interpolation equation solver.

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