1 if point1 is after point2, 0 if they are equal
PathPoint.compare
int compare(gsk.path_point.PathPoint point2)Returns whether point1 is before or after point2.
Parameters
point2 | another [gsk.path_point.PathPoint] |
Returns
-1 if point1 is before point2,