MPLAB® Harmony Graphics Suite
|
Projects a point onto another point given a x coordinate.
Parameters |
Description |
lePoint p1 |
the first point |
lePoint p2 |
the second point |
int32_t x |
the x coordinate |
int32_t - the resultant y coordinate
MPLAB® Harmony Graphics Suite
|