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