MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t leLerp( int32_t x, int32_t y, uint32_t per );
Parameters |
Description |
x |
the first point to consider |
y |
the second point to consider |
per |
the percentage of interpolation |
int32_t - the interpolated value
MPLAB® Harmony Graphics Suite
|