true if the points have the same coordinatesPoint.equal
bool equal(graphene.point.Point b)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.Point.near] instead.
Parameters
b | a #graphene_point_t |