I am trying to sort x values of Points. For example: if Point* pt1->x > Point*pt2->x. then pt2 would be first.
typedef struct pt{ float x; float