MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t GFX_UtilGetYGivenXOnLine( GFX_Point p1, GFX_Point p2, int32_t x );
Parameters |
Description |
GFX_Point p1 |
the first point in line |
GFX_Point p2 |
the second point in line |
int32_t x |
the x-coordinate of the point of interest |
int32_t - the y-coordinate of the point of interest
MPLAB® Harmony Graphics Suite
|