PathPoint.equal

Returns whether the two path points refer to the same location on all paths.

Note that the start- and endpoint of a closed contour will compare nonequal according to this definition. Use gsk.path.Path.isClosed to find out if the start- and endpoint of a concrete path refer to the same location.

class PathPoint
bool
equal

Parameters

point2 gsk.path_point.PathPoint

Return Value

Type: bool

TRUE if point1 and point2 are equal