MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leSortPointsX Function
MPLAB® Harmony Graphics Suite
leSortPointsX Function

Sorts two points on the X axis.

C
void leSortPointsX(
    lePoint* p1, 
    lePoint* p2
);
Parameters
Parameters 
Description 
lePoint* p1 
the first point 
lePoint* p2 
the second point 
Returns

The pointers are modified with the results of the sort

MPLAB® Harmony Graphics Suite