Point.equal

Checks if the two points @a and @b point to the same coordinates.

This function accounts for floating point fluctuations; if you want to control the fuzziness of the match, you can use graphene_point_near() instead.

class Point
bool
equal

Parameters

b Point

a #graphene_point_t

Return Value

Type: bool

true if the points have the same coordinates

Meta