Point.near

bool near(graphene.point.Point b, float epsilon)

Checks whether the two points a and b are within the threshold of epsilon.

Parameters

ba #graphene_point_t
epsilonthreshold between the two points

Returns

true if the distance is within epsilon