Package: gsk

Function gsk:path-point-compare

Lambda List

gsk:path-point-compare (point1 point2)

Arguments

point1 -- a gsk:path-point instance
point2 -- another gsk:path-point instance

Return Value

The integer which is -1 if point1 is before point2, 1 if point1 is after point2, 0 if they are equal.

Details

Returns whether point1 is before or after point2.

Since 4.14
 

See also

#2024-11-9